mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:49:37 +00:00
Use cargo-apk to test Android build.
This commit is contained in:
parent
d806c44c76
commit
7eb74729fc
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -75,5 +75,9 @@ jobs:
|
|||
override: true
|
||||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: cargo-make
|
||||
crate: cargo-apk
|
||||
# use-tool-cache: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: apk
|
||||
args: build
|
||||
|
|
Loading…
Reference in New Issue
Block a user