mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Install toolchain for android
This commit is contained in:
parent
1aec91f208
commit
899d62c04a
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user