We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902d562 commit 98e5084Copy full SHA for 98e5084
.github/workflows/compile-tests.yml
@@ -47,22 +47,13 @@ jobs:
47
- name: Check out repository code
48
uses: actions/checkout@v3
49
50
- - name: Install wasm32-wasip1 target for Rust
+ - name: Install wasm32-{wasip1,wasip3} targets for Rust
51
uses: actions-rust-lang/setup-rust-toolchain@v1
52
with:
53
- toolchain: stable
+ toolchain: nightly, stable
54
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
60
target: wasm32-wasip2
61
62
- - name: Set default Rust toolchain to stable
63
- run: |
64
- rustup default stable
65
66
- name: Build tests
67
working-directory: tests/rust
68
run: |
0 commit comments