mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
macos workflow: correct pkgconfig path
This commit is contained in:
parent
4bcd773569
commit
f57cfce498
3
.github/workflows/macos_test.yml
vendored
3
.github/workflows/macos_test.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
ncurses \
|
||||
pandoc \
|
||||
readline
|
||||
#rust
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@ -71,7 +72,7 @@ jobs:
|
||||
|
||||
- name: rust wrappers
|
||||
run: |
|
||||
export PKG_CONFIG_PATH="/usr/local/libdata/pkgconfig"
|
||||
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
|
||||
cd rust
|
||||
rustc --version
|
||||
#cargo build
|
||||
|
Loading…
x
Reference in New Issue
Block a user