File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/install-dependencies Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
shell : bash
30
30
run : |
31
31
rustup toolchain install nightly-2022-05-13-aarch64-apple-darwin
32
- rustup toolchain install nightly-2022-05-13-x86_64-apple-darwin --force-non-host
32
+ # rustup toolchain install nightly-2022-05-13-x86_64-apple-darwin --force-non-host
33
33
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
34
- rustup component add rust-src --toolchain nightly-2022-05-13-x86_64-apple-darwin
34
+ # rustup component add rust-src --toolchain nightly-2022-05-13-x86_64-apple-darwin
35
35
rustup component add rust-src --toolchain nightly-2022-05-13-aarch64-apple-darwin
36
36
- name : Load Cache
37
37
if : ${{ inputs.configureRustNightly == 'true' }}
You can’t perform that action at this time.
0 commit comments