trying to fix pkg path in workflow
This commit is contained in:
parent
0e45003e64
commit
749966a7c0
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
# Add any other dependencies needed by your project
|
||||
|
||||
- name: Set PKG_CONFIG_PATH
|
||||
run: export PKG_CONFIG_PATH="/usr/lib/pkgconfig"
|
||||
run: export PKG_CONFIG_PATH=/usr/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
|
||||
|
||||
- name: Install Rust
|
||||
# Or @nightly if you want
|
||||
|
|
Loading…
Reference in a new issue