We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70edb4 commit 4c64a39Copy full SHA for 4c64a39
.github/actions/install-dependencies/action.yml
@@ -28,7 +28,8 @@ runs:
28
if: ${{ inputs.configureRustNightly == 'true' }}
29
shell: bash
30
run: |
31
- rustup toolchain install nightly-2022-05-13
+ 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
33
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
34
rustup component add rust-src --toolchain nightly-2022-05-13-x86_64-apple-darwin
35
rustup component add rust-src --toolchain nightly-2022-05-13-aarch64-apple-darwin
0 commit comments