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:
47
47
- name : Check out repository code
48
48
uses : actions/checkout@v3
49
49
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
57
51
uses : actions-rust-lang/setup-rust-toolchain@v1
58
52
with :
59
53
toolchain : nightly
60
54
target : wasm32-wasip2
61
55
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
65
61
66
62
- name : Build tests
67
63
working-directory : tests/rust
You can’t perform that action at this time.
0 commit comments