Skip to content

Commit

Permalink
remove openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Oct 3, 2024
1 parent f61f002 commit b55c439
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 openssl libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
before-script-linux: (apt-get update && apt-get install -y pkg-config libssl-dev) || (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 openssl libssl-dev pkg-config) || (yum install openssl openssl-devel -y)
before-script-linux: (apt-get update && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -y)
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b55c439

Please sign in to comment.