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 c8cf509Copy full SHA for c8cf509
.github/actions/install-dependencies/action.yml
@@ -28,7 +28,7 @@ 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-x86_64-apple-darwin
32
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
33
rustup component add rust-src --toolchain nightly-2022-05-13-x86_64-apple-darwin
34
rustup component add rust-src --toolchain nightly-2022-05-13-aarch64-apple-darwin
0 commit comments