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

Commit 6fd283b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
rustup update stable
2222
rustup update nightly
2323
rustup target add wasm32-unknown-unknown
24-
sudo apt-get install -y binaryen
24+
sudo apt-get install -y binaryen wabt
2525
2626
- name: Build wasm
2727
run: ./examples/rust/build.sh
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
rustup update nightly
5050
rustup target add wasm32-unknown-unknown
51-
sudo apt-get install -y binaryen
51+
sudo apt-get install -y binaryen wabt
5252
5353
- name: Build wasm
5454
run: ./examples/rust/build.sh

0 commit comments

Comments
 (0)