Skip to content

Commit

Permalink
Switch to dtolnay's toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Oct 31, 2023
1 parent a19c2e7 commit bf30e7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add aarch64-apple-darwin
if: startsWith(matrix.os, 'macos')
- run: rustup target add i686-pc-windows-msvc
Expand Down

0 comments on commit bf30e7d

Please sign in to comment.