Skip to content

Commit 8686ac0

Browse files
committed
DEBUG
1 parent fb5e052 commit 8686ac0

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/workflows/build.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,41 @@ jobs:
152152
run: |
153153
echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
154154
155+
- name: Binaryen DEBUG
156+
shell: bash
157+
run: |
158+
ls -l /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
159+
160+
- name: Binaryen DEBUG
161+
shell: bash
162+
run: |
163+
echo $PATH
164+
165+
- name: Binaryen DEBUG
166+
shell: bash
167+
run: |
168+
which wasm-merge
169+
170+
- name: Binaryen DEBUG
171+
shell: bash
172+
run: |
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
179+
180+
- name: Binaryen DEBUG
181+
shell: bash
182+
run: |
183+
wasm-merge --version
184+
185+
- name: Binaryen DEBUG
186+
shell: bash
187+
run: |
188+
wasm-merge --version | grep 'version \(11[89]\|1[2-9][0-9]\)'
189+
155190
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
156191
uses: ocaml/setup-ocaml@v3
157192
with:

0 commit comments

Comments
 (0)