Skip to content

Commit 528d541

Browse files
committed
Skip non-host architecture
1 parent 4c64a39 commit 528d541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ runs:
2929
shell: bash
3030
run: |
3131
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
3333
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
3535
rustup component add rust-src --toolchain nightly-2022-05-13-aarch64-apple-darwin
3636
- name: Load Cache
3737
if: ${{ inputs.configureRustNightly == 'true' }}

0 commit comments

Comments
 (0)