Skip to content

Commit 09f8234

Browse files
committed
Attempt to fix git workflow
1 parent 902d562 commit 09f8234

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/compile-tests.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,13 @@ jobs:
4747
- name: Check out repository code
4848
uses: actions/checkout@v3
4949

50-
- name: Install wasm32-wasip1 target for Rust
50+
- name: Install wasm32-wasip1,wasm32-wasip3 targets for Rust
5151
uses: actions-rust-lang/setup-rust-toolchain@v1
5252
with:
53-
toolchain: stable
53+
toolchain: nightly, stable
5454
target: wasm32-wasip1
55-
56-
- name: Install wasm32-wasip2 target for Rust
57-
uses: actions-rust-lang/setup-rust-toolchain@v1
58-
with:
59-
toolchain: nightly
6055
target: wasm32-wasip2
6156

62-
- name: Set default Rust toolchain to stable
63-
run: |
64-
rustup default stable
65-
6657
- name: Build tests
6758
working-directory: tests/rust
6859
run: |

0 commit comments

Comments
 (0)