File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/install-dependencies Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ runs:
3333 if : ${{ inputs.configureRustNightly == 'true' }}
3434 shell : bash
3535 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
3838 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
4141 - name : Load Cache
4242 if : ${{ inputs.configureRustNightly == 'true' }}
4343 uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments