Just build for target since we don't need an APK.

This commit is contained in:
Nolan Darilek 2024-02-09 11:07:11 -06:00
parent f29de0aede
commit 20b18949e2
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
rustup toolchain install stable
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
cargo install -f xbuild
x build --platform android --arch arm64
cargo build --target aarch64-linux-android
check_web_example:
name: Check Web Example