Skip to content

Commit

Permalink
append to existing pkgconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 20, 2023
1 parent 5bc824f commit 79b3818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
apt-get install libssl-dev -y
export X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu
export OPENSSL_DIR=/usr/lib/x86_64-linux-gnu
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig/"
- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
Expand All @@ -75,7 +75,7 @@ jobs:
apt-get install libssl-dev -y
export AARCH64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/aarch64-linux-gnu
export OPENSSL_DIR=/usr/lib/aarch64-linux-gnu
export PKG_CONFIG_PATH=/usr/lib/aarch64-linux-gnu/pkgconfig
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/aarch64-linux-gnu/pkgconfig:/usr/share/pkgconfig/"
steps:
- name: Checkout repo
Expand Down

0 comments on commit 79b3818

Please sign in to comment.