Skip to content

Commit 001c798

Browse files
committed
Attempt to fix git workflow
1 parent 902d562 commit 001c798

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/compile-tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)