Skip to content

Commit e3d7f44

Browse files
committed
DEBUG
1 parent b96a5d4 commit e3d7f44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,12 @@ jobs:
170170
- name: Binaryen DEBUG
171171
shell: bash
172172
run: |
173-
wasm-merge.exe --version
173+
/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
174+
175+
- name: Binaryen DEBUG
176+
shell: bash
177+
run: |
178+
/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge --version
174179
175180
- name: Binaryen DEBUG
176181
shell: bash

0 commit comments

Comments
 (0)