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 eed45ad commit 611ef98Copy full SHA for 611ef98
.github/workflows/wasm-splats-ci.yml
@@ -14,11 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
16
- name: Install latest stable with wasm32-unknown-unknown
17
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@v1
18
with:
19
toolchain: stable
20
- default: true
21
- target: wasm32-unknown-unknown
+ targets: wasm32-unknown-unknown
22
components: rustfmt, clippy
23
24
- name: Install wasm-pack
@@ -42,11 +41,10 @@ jobs:
42
41
43
44
45
46
47
48
49
50
51
52
0 commit comments