diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 2052951f..d547a70f 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -28,7 +28,8 @@ runs: if: ${{ inputs.configureRustNightly == 'true' }} shell: bash run: | - rustup toolchain install nightly-2022-05-13 + rustup toolchain install nightly-2022-05-13-aarch64-apple-darwin + rustup toolchain install nightly-2022-05-13-x86_64-apple-darwin --force-non-host rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios rustup component add rust-src --toolchain nightly-2022-05-13-x86_64-apple-darwin rustup component add rust-src --toolchain nightly-2022-05-13-aarch64-apple-darwin