Skip to content

Commit b092768

Browse files
committed
Update nightly toolchain to 1.63
1 parent 31519a3 commit b092768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/install-dependencies/action.yml

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)