Skip to content

Commit

Permalink
Set pkg config.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jun 18, 2024
1 parent 3b961b6 commit 9e31d66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
publish-dry-run:
if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
env:
PKG_CONFIG_SYSROOT_DIR: /
strategy:
fail-fast: false
matrix:
Expand All @@ -95,7 +97,7 @@ jobs:
- os: ubuntu-latest-16-cores
target: aarch64-unknown-linux-gnu
cargo-hack-feature-options: --feature-powerset
additional-deb-packages: libudev-dev libssl-dev
additional-deb-packages: libudev-dev libssl-dev pkg-config
- os: macos-latest
target: x86_64-apple-darwin
cargo-hack-feature-options: --feature-powerset
Expand Down

0 comments on commit 9e31d66

Please sign in to comment.