Skip to content

Commit

Permalink
Update pyo3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland committed Oct 4, 2024
1 parent 737a64b commit d9e3809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
manylinux: auto
container: "2_28"
before-script-linux: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
apt-get update
apt-get install -y pkg-config libssl-dev
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d9e3809

Please sign in to comment.