Skip to content

Commit

Permalink
fix openssl build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEnbyperor committed Oct 15, 2023
1 parent 04b5186 commit 3426f56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
python-version: '3.11'

- name: Install Perl IPC
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libipc-run-perl

- name: Install cibuildwheel
run: python -m pip install cibuildwheel

Expand Down

0 comments on commit 3426f56

Please sign in to comment.