Skip to content

Commit

Permalink
Try a different tactic to install perl-IPC-Cmd on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 16, 2024
1 parent da3d3d4 commit 5ddd502
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install OpenSSL
run: |
sudo cpan IPC::Cmd
sudo apt update -y && sudo apt install libssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
before-script-linux: yum install -y perl-IPC-Cmd
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5ddd502

Please sign in to comment.