utf8proc.

This commit is contained in:
Nicholas Marriott
2026-07-01 18:55:28 +01:00
parent 5b37471db7
commit 728ad24d4a

View File

@@ -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