Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit ab6a39a

Browse files
ci: fix ci
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
1 parent bed5f13 commit ab6a39a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
rustup update stable
2222
rustup update nightly
23+
rustup target add wasm32-unknown-unknown
2324
sudo apt-get install -y binaryen
2425
2526
- name: Build wasm
@@ -46,6 +47,7 @@ jobs:
4647
- name: Install nightly Rust toolchain & Binaryen
4748
run: |
4849
rustup update nightly
50+
rustup target add wasm32-unknown-unknown
4951
sudo apt-get install -y binaryen
5052
5153
- name: Build wasm

0 commit comments

Comments
 (0)