mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
build without USE_DEFLATE on mac until they install pc file
This commit is contained in:
parent
3ec9983f02
commit
9631a79ebf
4
.github/workflows/macos_test.yml
vendored
4
.github/workflows/macos_test.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user