We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ebf309 commit a7f810bCopy full SHA for a7f810b
.github/workflows/rust.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Update Rust
36
run: |
37
- rustup update
+ rustup toolchain install stable --component clippy --component rustfmt
38
rustup target add wasm32-unknown-unknown
39
40
- name: Build
@@ -73,8 +73,8 @@ jobs:
73
74
75
76
- rustup toolchain install nightly
77
- rustup target add --toolchain nightly wasm32-unknown-unknown
+ rustup toolchain install nightly --component clippy --component rustfmt
+ rustup +nightly target add wasm32-unknown-unknown
78
79
80
env:
0 commit comments