Skip to content

Commit e37f9fc

Browse files
committed
Install binaryen.
1 parent be25b30 commit e37f9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +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
27+
- name: Install wabt and binaryen
28+
run: sudo apt-get update; sudo apt-get install wabt; sudo apt install binaryen
2929
- uses: jetli/[email protected]
3030
with:
3131
version: 'latest'

0 commit comments

Comments
 (0)