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 b12056e commit 6d4440f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
manylinux: auto
container: "2_28"
before-script-linux: |
dnf upgrade
dnf install pkgconf perl-FindBin perl-IPC-Cmd openssl-devel
# Needed for `openssl-sys`:
# https://docs.rs/openssl/latest/openssl/
/usr/bin/dnf upgrade
/usr/bin/dnf install -y pkgconf perl-IPC-Cmd openssl-devel
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6d4440f

Please sign in to comment.