Skip to content

Commit 777a6ba

Browse files
committed
DEBUG
1 parent 1ac7232 commit 777a6ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,17 @@ jobs:
156156
shell: bash
157157
run: |
158158
which wasm-merge
159+
160+
- name: Binaryen DEBUG
161+
shell: bash
162+
run: |
159163
wasm-merge --version
160164
165+
- name: Binaryen DEBUG
166+
shell: bash
167+
run: |
168+
wasm-merge --version | grep 'version \(11[89]\|1[2-9][0-9]\)'
169+
161170
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
162171
uses: ocaml/setup-ocaml@v3
163172
with:

0 commit comments

Comments
 (0)