Skip to content

Commit

Permalink
Another attempt of fixing wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 10, 2024
1 parent 4f896df commit 97d773c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
sudo apt-get update &&
apt-get install -y gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
sudo apt-get update --fix-missing
sudo apt-get install -y gcc-i686-linux-gnu gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libc6-dev-armel-cross
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 97d773c

Please sign in to comment.