Skip to content

Commit 3d50b7c

Browse files
committed
fix(ci): install wasm-opt
1 parent f6ab5a1 commit 3d50b7c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
wasm.ts
4343
key: wasm-${{ hashFiles('Makefile', 'src/**', 'tasks/bundle-wasm.ts') }}
4444

45+
- name: install binaryen
46+
if: steps.wasm-cache.outputs.cache-hit != 'true'
47+
run: sudo apt-get install -y binaryen
48+
4549
- name: Build WASM
4650
if: steps.wasm-cache.outputs.cache-hit != 'true'
4751
run: make

0 commit comments

Comments
 (0)