mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-25 17:09:37 +00:00
More tweaks and simplifications to work around ndk-sys checksum failure.
This commit is contained in:
parent
c339d2bee3
commit
d65d79f8fb
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user