mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 09:29:37 +00:00
Switch from cargo-apk to xbuild.
This commit is contained in:
parent
b7b4e7dc85
commit
edd09c24e7
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user