Skip to content

Commit 66d5e1f

Browse files
authored
Update rust.yml
1 parent 4b66cf0 commit 66d5e1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
- { target: aarch64-apple-darwin, toolchain: beta, os: macos-latest }
3232
- { target: aarch64-apple-darwin, toolchain: nightly, os: macos-latest }
3333
# wasm32
34-
#- { target: wasm32-wasi, toolchain: "1.61", os: ubuntu-latest, wasmtime: v5.0.0 }
35-
#- { target: wasm32-wasi, toolchain: stable, os: ubuntu-latest, wasmtime: v5.0.0 }
36-
#- { target: wasm32-wasip1, toolchain: beta, os: ubuntu-latest, wasmtime: v5.0.0 }
37-
#- { target: wasm32-wasip1, toolchain: nightly, os: ubuntu-latest, wasmtime: v5.0.0 }
34+
- { target: wasm32-wasip1, toolchain: "1.61", os: ubuntu-latest, wasmtime: v5.0.0 }
35+
- { target: wasm32-wasip1, toolchain: stable, os: ubuntu-latest, wasmtime: v5.0.0 }
36+
- { target: wasm32-wasip1, toolchain: beta, os: ubuntu-latest, wasmtime: v5.0.0 }
37+
- { target: wasm32-wasip1, toolchain: nightly, os: ubuntu-latest, wasmtime: v5.0.0 }
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)