We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc176a7 commit a70edb4Copy full SHA for a70edb4
.github/actions/install-dependencies/action.yml
@@ -31,6 +31,7 @@ runs:
31
rustup toolchain install nightly-2022-05-13
32
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
33
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
35
- name: Load Cache
36
if: ${{ inputs.configureRustNightly == 'true' }}
37
uses: actions/cache@v3
0 commit comments