Skip to content

Commit

Permalink
Revert "Set pkg config."
Browse files Browse the repository at this point in the history
This reverts commit 9e31d66.
  • Loading branch information
fnando committed Jun 18, 2024
1 parent 9e31d66 commit 7ea511d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ 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 @@ -97,7 +95,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 pkg-config
additional-deb-packages: libudev-dev libssl-dev
- os: macos-latest
target: x86_64-apple-darwin
cargo-hack-feature-options: --feature-powerset
Expand Down

0 comments on commit 7ea511d

Please sign in to comment.