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 057e837 commit 70dc9d1Copy full SHA for 70dc9d1
.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
+ rustup toolchain install nightly-2022-05-13
32
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
33
rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
34
- name: Load Cache
0 commit comments