Skip to content

Commit

Permalink
include apt installs on ubuntu installs
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 22, 2025
1 parent 6e7ceac commit 5067b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maturin_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install Build Dependencies
run: sudo apt-get update && sudo apt-get install pkg-config libssl-dev clang
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 5067b8d

Please sign in to comment.