Skip to content

Commit 70dc9d1

Browse files
committed
change Rust nightly version to 2022-05-13
1 parent 057e837 commit 70dc9d1

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
31+
rustup toolchain install nightly-2022-05-13
3232
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
3333
rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
3434
- name: Load Cache

0 commit comments

Comments
 (0)