Skip to content

Commit

Permalink
Install linkers on linux for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 10, 2024
1 parent 58eaf2a commit 236eff9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
python-version: "3.9"
- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
apt-get install gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 236eff9

Please sign in to comment.