File tree 1 file changed +4
-4
lines changed
.github/actions/install-dependencies
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ runs:
33
33
if : ${{ inputs.configureRustNightly == 'true' }}
34
34
shell : bash
35
35
run : |
36
- rustup toolchain install nightly-2022-05-13 -aarch64-apple-darwin
37
- # rustup toolchain install nightly-2022-05-13 -x86_64-apple-darwin --force-non-host
36
+ rustup toolchain install nightly-2022-06-24 -aarch64-apple-darwin
37
+ # rustup toolchain install nightly-2022-06-24 -x86_64-apple-darwin --force-non-host
38
38
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
39
- # rustup component add rust-src --toolchain nightly-2022-05-13 -x86_64-apple-darwin
40
- rustup component add rust-src --toolchain nightly-2022-05-13 -aarch64-apple-darwin
39
+ # rustup component add rust-src --toolchain nightly-2022-06-24 -x86_64-apple-darwin
40
+ rustup component add rust-src --toolchain nightly-2022-06-24 -aarch64-apple-darwin
41
41
- name : Load Cache
42
42
if : ${{ inputs.configureRustNightly == 'true' }}
43
43
uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments