Skip to content

Commit

Permalink
Use Rust toolchains with working components. (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora authored Aug 1, 2020
1 parent 3ebf309 commit a7f810b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Update Rust
run: |
rustup update
rustup toolchain install stable --component clippy --component rustfmt
rustup target add wasm32-unknown-unknown
- name: Build
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:

- name: Update Rust
run: |
rustup toolchain install nightly
rustup target add --toolchain nightly wasm32-unknown-unknown
rustup toolchain install nightly --component clippy --component rustfmt
rustup +nightly target add wasm32-unknown-unknown
- name: Build
env:
Expand Down

0 comments on commit a7f810b

Please sign in to comment.