Skip to content

Commit

Permalink
install libssl on linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Apr 15, 2024
1 parent b63acfe commit 3dbb511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install OpenSSL
run: sudo apt update -y && sudo apt install libssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 3dbb511

Please sign in to comment.