Skip to content

Commit

Permalink
Fixes to automate native android builds 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor committed Aug 13, 2023
1 parent 392084c commit 789c576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
pre: |
sudo apt update
sudo apt install sdkmanager openjdk-8-jre-headless
sdkmanager --install "platforms;android-33" "ndk-bundle;r25c" "build-tools;33.0.2"
sudo sdkmanager --install "platforms;android-33" "ndk-bundle;r25c" "build-tools;33.0.2"
export ANDROID_HOME=/opt/android-sdk ANDROID_NDK_ROOT=/opt/android-sdk/ndk-bundle
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
cargo install cargo-apk
Expand Down

0 comments on commit 789c576

Please sign in to comment.