Skip to content

Commit

Permalink
Just build for target since we don't need an APK.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndarilek committed Feb 9, 2024
1 parent f29de0a commit 20b1894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20b1894

Please sign in to comment.