Fix android CI (#701)

This commit is contained in:
Ashley Hauck 2021-08-02 11:00:25 +02:00 committed by GitHub
parent b9867d0e84
commit ca53cbefd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::"