Skip to content

Commit 5ddd502

Browse files
committed
Try a different tactic to install perl-IPC-Cmd on linux
1 parent da3d3d4 commit 5ddd502

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,14 @@ jobs:
4141
- uses: actions/setup-python@v5
4242
with:
4343
python-version: '3.10'
44-
- name: Install OpenSSL
45-
run: |
46-
sudo cpan IPC::Cmd
47-
sudo apt update -y && sudo apt install libssl-dev
4844
- name: Build wheels
4945
uses: PyO3/maturin-action@v1
5046
with:
5147
target: ${{ matrix.platform.target }}
5248
args: --release --out dist --find-interpreter
5349
sccache: 'true'
5450
manylinux: auto
51+
before-script-linux: yum install -y perl-IPC-Cmd
5552
- name: Upload wheels
5653
uses: actions/upload-artifact@v4
5754
with:

0 commit comments

Comments
 (0)