Skip to content

Commit

Permalink
fix wheels script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuewuo committed May 5, 2024
1 parent 32dc9f4 commit cd4ba18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs: # Workflow credit to https://github.com/samuelcolvin/rtoml/blob/main/.git
rustup default nightly-2023-11-16 &&
rustup show
CIBW_BEFORE_BUILD_MACOS: >
rustup target add aarch64-apple-darwin &&
rustup default nightly-2023-11-16 &&
rustup target add aarch64-apple-darwin &&
rustup target add x86_64-apple-darwin &&
rustup show
CIBW_BEFORE_BUILD_LINUX: >
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly-2023-11-16 --profile=minimal -y &&
Expand Down

0 comments on commit cd4ba18

Please sign in to comment.