Skip to content

Commit

Permalink
Install the IPC::Cmd perl cpan module
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 15, 2024
1 parent c33b3d9 commit da3d3d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
with:
python-version: '3.10'
- name: Install OpenSSL
run: sudo apt update -y && sudo apt install libssl-dev
run: |
sudo cpan IPC::Cmd
sudo apt update -y && sudo apt install libssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit da3d3d4

Please sign in to comment.