From 728ad24d4a8b8e3bad7473d494ef3aed78c86e41 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 1 Jul 2026 18:55:28 +0100 Subject: [PATCH] utf8proc. --- .github/workflows/regress.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index b9fcaf6bc..46b45c6a3 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -55,12 +55,13 @@ jobs: bison \ libevent \ ncurses \ + utf8proc \ pkg-config - name: build run: | sh autogen.sh - ./configure + ./configure --enable-utf8proc make -j"$(getconf _NPROCESSORS_ONLN)" - name: test