Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Nov 10, 2024
1 parent 97d773c commit abcca25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:
with:
python-version: "3.9"
- uses: dtolnay/rust-toolchain@stable
- name: Install dependencies
- name: Wipe Config
run: |
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
rm .cargo/config.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit abcca25

Please sign in to comment.