Skip to content

Commit

Permalink
Add rustup target add x86_64-apple-darwin [cd build]
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 11, 2024
1 parent 0f6129c commit edf9fbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
# For Linux, Rust will be installed inside a cibuildwheel container later

- name: Setup rustup target
if: startsWith(matrix.os, 'macos-')
run: rustup target add x86_64-apple-darwin
# For cross-compile x86 on GitHub arm64 runner

- name: Build Python wheels
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit edf9fbf

Please sign in to comment.