Skip to content

Commit e53034a

Browse files
committed
DEBUG
1 parent 0adf346 commit e53034a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,26 @@ jobs:
171171
run: |
172172
echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
173173
174+
- name: Binaryen DEBUG
175+
shell: bash
176+
run: |
177+
ls -l /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
178+
179+
- name: Binaryen DEBUG
180+
shell: bash
181+
run: |
182+
echo $PATH
183+
184+
- name: Binaryen DEBUG
185+
shell: bash
186+
run: |
187+
which wasm-merge
188+
189+
- name: Binaryen DEBUG
190+
shell: bash
191+
run: |
192+
/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
193+
174194
- name: Install faked binaryen-bin package
175195
# It's faster to use a cached version
176196
run: opam install --fake binaryen-bin

0 commit comments

Comments
 (0)