Skip to content

Commit 4c64a39

Browse files
committed
Switch toolchain architecture
1 parent a70edb4 commit 4c64a39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ runs:
2828
if: ${{ inputs.configureRustNightly == 'true' }}
2929
shell: bash
3030
run: |
31-
rustup toolchain install nightly-2022-05-13
31+
rustup toolchain install nightly-2022-05-13-aarch64-apple-darwin
32+
rustup toolchain install nightly-2022-05-13-x86_64-apple-darwin --force-non-host
3233
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
3334
rustup component add rust-src --toolchain nightly-2022-05-13-x86_64-apple-darwin
3435
rustup component add rust-src --toolchain nightly-2022-05-13-aarch64-apple-darwin

0 commit comments

Comments
 (0)