mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:49:37 +00:00
Call rustup manually, since the action doesn't seem to work.
This commit is contained in:
parent
15b7b33ed3
commit
3e1f5af61a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -71,13 +71,13 @@ jobs:
|
|||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: aarch64-linux-android, armv7-linux-androideabi, i686-linux-android, x86_64-linux-android
|
||||
components: rustfmt, clippy
|
||||
override: true
|
||||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: cargo-apk
|
||||
# use-tool-cache: true
|
||||
- run: rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: apk
|
||||
|
|
Loading…
Reference in New Issue
Block a user