build without USE_DEFLATE on mac until they install pc file

This commit is contained in:
nick black 2024-12-31 04:41:43 -05:00 committed by nick black
parent 3ec9983f02
commit 9631a79ebf

View File

@ -24,7 +24,6 @@ jobs:
coreutils \
doctest \
ffmpeg \
libdeflate \
libunistring \
ncurses \
pkg-config
@ -37,7 +36,8 @@ jobs:
env PKG_CONFIG_PATH="/opt/homebrew/opt/ncurses/lib/pkgconfig" \
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_PANDOC=off
-DUSE_PANDOC=off \
-DUSE_DEFLATE=off
- name: make
run: |