Skip to content

Commit ca53cbe

Browse files
authored
Fix android CI (#701)
1 parent b9867d0 commit ca53cbe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
if: ${{ matrix.target == 'aarch64-linux-android' }}
9090
shell: bash
9191
run: |
92+
echo "::group::Uninstall android-31"
93+
$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --uninstall "platforms;android-31"
94+
echo "::endgroup::"
95+
9296
echo "::group::Install cargo-apk"
9397
cargo install cargo-apk
9498
echo "::endgroup::"

0 commit comments

Comments
 (0)