Skip to content

Commit

Permalink
try setting openssl lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 20, 2023
1 parent ac05db6 commit 57563f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
before-script-linux: |
sudo apt update
sudo apt-get install libssl-dev -y
export AARCH64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/aarch64-linux-gnu
export X86_64_UNKNOWN_LINUX_GNU_OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu
- name: Upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit 57563f8

Please sign in to comment.