Skip to content

Commit e6c8185

Browse files
committed
DEBUG
1 parent 777a6ba commit e6c8185

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,16 @@ jobs:
152152
run: |
153153
echo "$GITHUB_WORKSPACE/binaryen/bin" >> $GITHUB_PATH
154154
155+
- name: Binaryen DEBUG
156+
shell: bash
157+
run: |
158+
ls /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
159+
160+
- name: Binaryen DEBUG
161+
shell: bash
162+
run: |
163+
echo $PATH
164+
155165
- name: Binaryen DEBUG
156166
shell: bash
157167
run: |

0 commit comments

Comments
 (0)