We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7ceac commit 5067b8dCopy full SHA for 5067b8d
.github/workflows/maturin_builds.yml
@@ -30,6 +30,8 @@ jobs:
30
- uses: actions/setup-python@v5
31
with:
32
python-version: 3.x
33
+ - name: Install Build Dependencies
34
+ run: sudo apt-get update && sudo apt-get install pkg-config libssl-dev clang
35
- name: Build wheels
36
uses: PyO3/maturin-action@v1
37
0 commit comments