From 7ea511d10b342e8065c2a0df06f2464ab1899123 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Mon, 17 Jun 2024 20:35:08 -0700 Subject: [PATCH] Revert "Set pkg config." This reverts commit 9e31d66b9f6c36e26aa7a092f93063f9e8e0fce6. --- .github/workflows/rust.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cb97f95992..b56d3821af 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: @@ -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