trying to fix pkg path in workflow

This commit is contained in:
Penwing 2024-01-28 09:53:52 +01:00
parent 0e45003e64
commit 749966a7c0

View file

@ -45,7 +45,7 @@ jobs:
# Add any other dependencies needed by your project # Add any other dependencies needed by your project
- name: Set PKG_CONFIG_PATH - 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 - name: Install Rust
# Or @nightly if you want # Or @nightly if you want