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
  • Loading branch information
dankamongmen committed Dec 31, 2024
1 parent dec84b0 commit d2e8474
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
Expand Up @@ -24,7 +24,6 @@ jobs:
coreutils \
doctest \
ffmpeg \
libdeflate \
libunistring \
ncurses \
pkg-config
Expand All @@ -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: |
Expand Down

0 comments on commit d2e8474

Please sign in to comment.