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
1 changed files with 4 additions and 4 deletions

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