Skip to content

Commit

Permalink
try to fix openssl again (x15)
Browse files Browse the repository at this point in the history
  • Loading branch information
azmyrajab committed Mar 22, 2024
1 parent 7330971 commit 5888748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
manylinux: auto
before-script-linux: |
# install openssl & openblas development packages
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev librust-openssl-dev libudev-dev libopenblas-dev build-essential
apt-get update
apt-get install -y pkg-config libssl-dev librust-openssl-dev libudev-dev libopenblas-dev build-essential
# Print OpenSSL version
openssl version
# Set OpenSSL environment variables
Expand Down

0 comments on commit 5888748

Please sign in to comment.