Skip to content

Commit

Permalink
add openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Oct 3, 2024
1 parent 66f2c3b commit f61f002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
before-script-linux: (apt-get update && apt-get install -y libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
before-script-linux: (apt-get update && apt-get install -y openssl libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: musllinux_1_2
before-script-linux: (apt-get update && apt-get install -y libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
before-script-linux: (apt-get update && apt-get install -y openssl libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f61f002

Please sign in to comment.