Skip to content

Commit c8cf509

Browse files
committed
Switch toolchain architecture
1 parent a70edb4 commit c8cf509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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-x86_64-apple-darwin
3232
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
3333
rustup component add rust-src --toolchain nightly-2022-05-13-x86_64-apple-darwin
3434
rustup component add rust-src --toolchain nightly-2022-05-13-aarch64-apple-darwin

0 commit comments

Comments
 (0)