Skip to content

Commit

Permalink
chore: install libssl-dev for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
rasendubi committed Aug 28, 2024
1 parent e3443aa commit 4786832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: |
sudo apt-get update
sudo apt-get install -y libssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 4786832

Please sign in to comment.