mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-23 04:19:37 +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: Swatinem/rust-cache@v1
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
target: wasm32-unknown-unknown
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
@ -98,7 +99,6 @@ jobs:
|
||||||
- uses: actions-rs/install@v0.1
|
- uses: actions-rs/install@v0.1
|
||||||
with:
|
with:
|
||||||
crate: cargo-make
|
crate: cargo-make
|
||||||
- run: rustup target add wasm32-unknown-unknown
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: make
|
command: make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user