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 cda55b5 commit 250ca1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
args: --release --out dist --find-interpreter --manifest-path ./context-py/Cargo.toml
sccache: "true"
manylinux: auto
before-script-linux: apk add openssl-dev
before-script-linux: apt update && apt install -y openssl-dev
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 250ca1c

Please sign in to comment.