Install toolchain for android

This commit is contained in:
Maximilian Ammann 2022-04-04 14:28:40 +02:00
parent 1aec91f208
commit 899d62c04a

View File

@ -79,6 +79,10 @@ jobs:
~/.cargo/.crates*
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Prepare Rust Toolchain # This is required because we are recompiling the stdlib
run: |
rustup install nightly-2022-02-26-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-2022-02-26-x86_64-unknown-linux-gnu
- name: Build
run: tools/build-android
- uses: actions/upload-artifact@v2