Skip to content

Commit

Permalink
Added gcc-multilib dep.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Kirilin <[email protected]>
  • Loading branch information
s3rius committed Sep 16, 2023
1 parent 80d39c8 commit a5c3031
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 a5c3031

Please sign in to comment.