Skip to content

Commit

Permalink
Fix alpine CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca committed Oct 15, 2024
1 parent 97cc895 commit 68d5a3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install openssl
run: |
apk --update-cache add pkgconf openssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 68d5a3a

Please sign in to comment.