mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-22 18:49:38 +00:00
Use target as part of toolchain installation.
This commit is contained in:
parent
26d06fc635
commit
316b1bceec
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -91,6 +91,7 @@ jobs:
|
|||
- uses: Swatinem/rust-cache@v1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
target: wasm32-unknown-unknown
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
|
@ -98,7 +99,6 @@ jobs:
|
|||
- uses: actions-rs/install@v0.1
|
||||
with:
|
||||
crate: cargo-make
|
||||
- run: rustup target add wasm32-unknown-unknown
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: make
|
||||
|
|
Loading…
Reference in New Issue
Block a user