Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 19, 2024
1 parent e966015 commit 58f84c1
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
Expand Up @@ -41,6 +41,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install deps
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 58f84c1

Please sign in to comment.