Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 8, 2025
1 parent 34ec8bb commit 0379150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ jobs:
- name: Install libssl-dev
if: matrix.os.matrix == 'ubuntu'
run: |
sudo apt install libssl-dev perl
sudo apt install libssl-dev
cpan -i IPC::Cmd
- name: Build MacOs with maturin on Python ${{ matrix.python }}
if: matrix.os.matrix == 'macos'
Expand Down

0 comments on commit 0379150

Please sign in to comment.