Skip to content

Commit

Permalink
chore: install perl-core in manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Aug 28, 2024
1 parent e3443aa commit ace8a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
args: --release --out dist --find-interpreter --manifest-path ./python-sdk/Cargo.toml
sccache: 'true'
manylinux: auto
before-script-action: |
dnf install perl-core
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ace8a3b

Please sign in to comment.