macos workflow: correct pkgconfig path

This commit is contained in:
nick black 2021-08-29 21:07:48 -04:00
parent 4bcd773569
commit f57cfce498
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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