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 \ ncurses \
pandoc \ pandoc \
readline readline
#rust
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -71,7 +72,7 @@ jobs:
- name: rust wrappers - name: rust wrappers
run: | run: |
export PKG_CONFIG_PATH="/usr/local/libdata/pkgconfig" export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig"
cd rust cd rust
rustc --version rustc --version
#cargo build #cargo build