Skip to content

Commit be25b30

Browse files
committed
Install wabt.
1 parent 987744a commit be25b30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
target/
2525
key: ${{ github.ref || github.run_id }}
2626
- uses: dtolnay/rust-toolchain@stable
27+
- name: Install wabt
28+
run: sudo apt-get update; sudo apt-get install wabt
2729
- uses: jetli/[email protected]
2830
with:
2931
version: 'latest'

0 commit comments

Comments
 (0)