Skip to content

Commit

Permalink
download android 30 as it's the one used by default with cargo apk (R…
Browse files Browse the repository at this point in the history
mockersf authored Jan 24, 2024
1 parent 7d8ee38 commit 802073d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cpal.yml
Original file line number Diff line number Diff line change
@@ -289,6 +289,9 @@ jobs:
rustup target add aarch64-linux-android
rustup target add i686-linux-android
rustup target add x86_64-linux-android
- name: Set Up Android tools
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --sdk_root=$ANDROID_SDK_ROOT --install "platforms;android-30"
- name: Install Cargo APK
run: cargo install cargo-apk
- name: Build APK

0 comments on commit 802073d

Please sign in to comment.