mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-19 18:35:22 +00:00
Fix android CI (#701)
This commit is contained in:
parent
b9867d0e84
commit
ca53cbefd8
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -89,6 +89,10 @@ jobs:
|
||||
if: ${{ matrix.target == 'aarch64-linux-android' }}
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::group::Uninstall android-31"
|
||||
$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --uninstall "platforms;android-31"
|
||||
echo "::endgroup::"
|
||||
|
||||
echo "::group::Install cargo-apk"
|
||||
cargo install cargo-apk
|
||||
echo "::endgroup::"
|
||||
|
Loading…
Reference in New Issue
Block a user