Skip to content

Commit 1ff2445

Browse files
committed
Add wasm target to Rust toolchain in CI
Signed-off-by: Till Schneidereit <[email protected]>
1 parent d7fe83f commit 1ff2445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ jobs:
257257
id: toolchain
258258
with:
259259
toolchain: ${{ inputs.rust_version }}
260+
targets: "wasm32-wasip1"
260261
- name: Install WASI-SDK
261262
run: |
262263
cd /tmp

0 commit comments

Comments
 (0)