Skip to content

Commit

Permalink
build without USE_DEFLATE on mac until they install pc file
Browse files Browse the repository at this point in the history
dankamongmen committed Dec 31, 2024
1 parent 3ec9983 commit 9631a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
@@ -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: |

0 comments on commit 9631a79

Please sign in to comment.