File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ jobs:
1616 steps :
1717 - uses : actions/checkout@v4
1818
19- - name : Install Rust
20- uses : dtolnay/rust-toolchain@stable
19+ - name : Set up Rust toolchain
20+ uses : dtolnay/rust-toolchain@master
2121 with :
22+ toolchain : nightly-2024-08-02
23+ targets : wasm32-unknown-unknown
2224 components : rustfmt, clippy
2325
24- - name : Install wasm32 target
25- run : rustup target add wasm32-unknown-unknown
26-
2726 - name : Cache Cargo
2827 uses : actions/cache@v4
2928 with :
@@ -57,11 +56,11 @@ jobs:
5756 steps :
5857 - uses : actions/checkout@v4
5958
60- - name : Install Rust
61- uses : dtolnay/rust-toolchain@stable
62-
63- - name : Install wasm32 target
64- run : rustup target add wasm32-unknown-unknown
59+ - name : Set up Rust toolchain
60+ uses : dtolnay/rust-toolchain@master
61+ with :
62+ toolchain : nightly-2024-08-02
63+ targets : wasm32-unknown-unknown
6564
6665 - name : Install wasm-pack
6766 run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
You can’t perform that action at this time.
0 commit comments