Skip to content

Commit 5067b8d

Browse files
committed
include apt installs on ubuntu installs
1 parent 6e7ceac commit 5067b8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maturin_builds.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: actions/setup-python@v5
3131
with:
3232
python-version: 3.x
33+
- name: Install Build Dependencies
34+
run: sudo apt-get update && sudo apt-get install pkg-config libssl-dev clang
3335
- name: Build wheels
3436
uses: PyO3/maturin-action@v1
3537
with:

0 commit comments

Comments
 (0)