File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,17 @@ jobs:
4747 - name : Check out repository code
4848 uses : actions/checkout@v3
4949
50- - name : Install wasm32-wasip1 target for Rust
51- uses : actions-rust-lang/setup-rust-toolchain@v1
52- with :
53- toolchain : stable
54- target : wasm32-wasip1
55-
56- - name : Install wasm32-wasip2 target for Rust
50+ - name : Install nightly wasm32-wasip2 target for Rust
5751 uses : actions-rust-lang/setup-rust-toolchain@v1
5852 with :
5953 toolchain : nightly
6054 target : wasm32-wasip2
6155
62- - name : Set default Rust toolchain to stable
63- run : |
64- rustup default stable
56+ - name : Install stable wasm32-wasip1 target for Rust
57+ uses : actions-rust-lang/setup-rust-toolchain@v1
58+ with :
59+ toolchain : stable
60+ target : wasm32-wasip1
6561
6662 - name : Build tests
6763 working-directory : tests/rust
You can’t perform that action at this time.
0 commit comments