Skip to content

Commit

Permalink
Add missing target
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed May 6, 2024
1 parent a336d9f commit 12d0124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add aarch64-apple-darwin
if: startsWith(matrix.os, 'macos')
- run: rustup target add x86_64-apple-darwin
if: startsWith(matrix.os, 'macos')
- run: rustup target add i686-pc-windows-msvc
if: startsWith(matrix.os, 'windows')
- uses: pypa/cibuildwheel@v2.17.0
Expand Down

0 comments on commit 12d0124

Please sign in to comment.