Use target as part of toolchain installation.

This commit is contained in:
Nolan Darilek 2021-04-03 12:58:19 -05:00
parent 26d06fc635
commit 316b1bceec
1 changed files with 1 additions and 1 deletions

View File

@ -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