Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
  • Loading branch information
explodingcamera committed Jan 26, 2024
1 parent ab6a39a commit 6fd283b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
rustup update stable
rustup update nightly
rustup target add wasm32-unknown-unknown
sudo apt-get install -y binaryen
sudo apt-get install -y binaryen wabt
- name: Build wasm
run: ./examples/rust/build.sh
Expand All @@ -48,7 +48,7 @@ jobs:
run: |
rustup update nightly
rustup target add wasm32-unknown-unknown
sudo apt-get install -y binaryen
sudo apt-get install -y binaryen wabt
- name: Build wasm
run: ./examples/rust/build.sh
Expand Down

0 comments on commit 6fd283b

Please sign in to comment.