mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[macos] export PKG_CONFIG_PATH for cmake
This commit is contained in:
parent
d31dc93b26
commit
a5d3a793e6
1
.github/workflows/macos_test.yml
vendored
1
.github/workflows/macos_test.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
- name: cmake
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
env PKG_CONFIG_PATH="/opt/homebrew/opt/ncurses/lib/pkgconfig" \
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DUSE_PANDOC=off
|
||||
|
Loading…
x
Reference in New Issue
Block a user