1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-25 15:09:38 +00:00

More tweaks and simplifications to work around ndk-sys checksum failure.

This commit is contained in:
Nolan Darilek 2022-11-22 15:16:18 -06:00
parent c339d2bee3
commit d65d79f8fb

View File

@ -26,8 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
rustup toolchain install stable
rustup target add wasm32-unknown-unknown
rustup toolchain install stable
cargo fmt --all --check
cargo clippy --target wasm32-unknown-unknown
@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
rustup toolchain install stable
rustup target add wasm32-unknown-unknown
cargo install cargo-make
cargo make build-web-example
rustup toolchain install stable
cd examples/web
cargo build --target wasm32-unknown-unknown