Skip to content

Commit

Permalink
Fix CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Oct 8, 2024
1 parent db772f4 commit 116ef0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -41,6 +41,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install openssl
run: |
sudo apt-get update
sudo apt-get install --yes --not-install-recommends openssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:

0 comments on commit 116ef0c

Please sign in to comment.