Skip to content

Commit

Permalink
fix(ci,python): update before install libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 21, 2024
1 parent 42aead5 commit 33c1c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }} --manifest-path python/Cargo.toml
before-script-linux: sudo apt-get install libssl-dev
before-script-linux: sudo apt-get update && sudo apt-get install libssl-dev
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 33c1c76

Please sign in to comment.