Skip to content

Commit

Permalink
still trying to configure openssl ¯\_(ツ)_/¯
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 20, 2023
1 parent 8b108dd commit b6b17eb
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 @@ -64,16 +64,16 @@ jobs:
build: |
apt-get update
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
export OPENSSL_DIR=/usr/lib/x86_64-linux-gnu
- os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
build: |
apt-get update
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
export OPENSSL_DIR=/usr/lib/aarch64-linux-gnu
steps:
- name: Checkout repo
Expand Down

0 comments on commit b6b17eb

Please sign in to comment.