From 9fb67a2cdda83914a1c168e3b6b3628eafbac9ce Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 1 Jul 2026 19:00:37 +0100 Subject: [PATCH] Missing \. --- .github/workflows/regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 952a77179..a49ac3f23 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -47,7 +47,7 @@ jobs: build-essential \ libevent-dev \ libncurses-dev \ - libutf8proc-dev + libutf8proc-dev \ pkg-config - name: dependencies