From 9e31d66b9f6c36e26aa7a092f93063f9e8e0fce6 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Mon, 17 Jun 2024 20:31:09 -0700 Subject: [PATCH] Set pkg config. --- .github/workflows/rust.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b56d3821af..cb97f95992 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: @@ -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