Skip to content

Commit

Permalink
chore: add perl installation for manylinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 7, 2024
1 parent dfc0fe3 commit 11c26a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config openssl libssl-dev perl
sudo apt-get install -y pkg-config openssl libssl-dev perl libipc-run-perl
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 11c26a5

Please sign in to comment.