Skip to content

Commit

Permalink
Install required android platform in CI (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jan 24, 2024
1 parent d0e3749 commit f003cc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --uninstall "platforms;android-31"
echo "::endgroup::"
echo "::group::Install android-30"
$ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "platforms;android-30"
echo "::endgroup::"
echo "::group::Install cargo-apk"
cargo install cargo-apk
echo "::endgroup::"
Expand Down

0 comments on commit f003cc1

Please sign in to comment.