Skip to content

Commit

Permalink
try handling openssl dep for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 14, 2023
1 parent 57fb86a commit 0b657da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
sccache: 'true'
manylinux: auto
working-directory: ${{ github.workspace }}/languages/python
# before-script-linux: |
before-script-linux: |
sudo apt update
sudo apt-get install libssl-dev -y
- name: Upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit 0b657da

Please sign in to comment.