Skip to content

Commit

Permalink
Try to fix the wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 10, 2024
1 parent 236eff9 commit 4f896df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- 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
sudo apt-get update &&
apt-get install -y 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 4f896df

Please sign in to comment.