Skip to content

Commit da3d3d4

Browse files
committed
Install the IPC::Cmd perl cpan module
1 parent c33b3d9 commit da3d3d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
with:
4343
python-version: '3.10'
4444
- name: Install OpenSSL
45-
run: sudo apt update -y && sudo apt install libssl-dev
45+
run: |
46+
sudo cpan IPC::Cmd
47+
sudo apt update -y && sudo apt install libssl-dev
4648
- name: Build wheels
4749
uses: PyO3/maturin-action@v1
4850
with:

0 commit comments

Comments
 (0)