Skip to content

Commit a70edb4

Browse files
committed
Add arm Darwin component
1 parent bc176a7 commit a70edb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
rustup toolchain install nightly-2022-05-13
3232
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
3333
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-aarch64-apple-darwin
3435
- name: Load Cache
3536
if: ${{ inputs.configureRustNightly == 'true' }}
3637
uses: actions/cache@v3

0 commit comments

Comments
 (0)