Skip to content

Commit bbe5ca9

Browse files
committed
openssl ubunut
1 parent d2e205f commit bbe5ca9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ jobs:
251251
popd
252252
popd
253253
254+
- name: Install openssl ubuntu
255+
if: matrix.os == 'ubuntu-latest'
256+
run: |
257+
sudo apt-get update
258+
sudo apt-get install --yes libssl-dev
259+
254260
- name: Install cibuildwheel
255261
run: python -m pip install cibuildwheel==2.17.0
256262

0 commit comments

Comments
 (0)