Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Sep 16, 2023
2 parents ae36171 + a5c3031 commit e034096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.11'
- name: Instal OpenSSL
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev openssl pkg-config
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev openssl pkg-config gcc-multilib
- name: Check perl IPC
run: perl -e 'use IPC::Cmd'
- name: Build wheels
Expand Down

0 comments on commit e034096

Please sign in to comment.