Skip to content

Commit

Permalink
Switch from cargo-apk to xbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndarilek committed Feb 9, 2024
1 parent b7b4e7d commit edd09c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- run: |
rustup toolchain install stable
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
cargo install -f cargo-apk
cargo apk build
cargo install -f xbuild
x build --platform android --arch arm64
check_web_example:
name: Check Web Example
Expand Down

0 comments on commit edd09c2

Please sign in to comment.