Skip to content

Commit e079c0e

Browse files
committed
DEBUG
1 parent 816a13e commit e079c0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ jobs:
155155
- name: Binaryen DEBUG
156156
shell: bash
157157
run: |
158-
wasm-merge --version
159-
wasm-merge --version | grep -q 'version \(11[89]\|1[2-9][0-9]\)'
158+
which wasm-merge
160159
161160
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
162161
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)