Skip to content

Commit c097625

Browse files
committed
DEBUG
1 parent a730bad commit c097625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ jobs:
176176

177177
- name: Binaryen DEBUG
178178
shell: bash
179-
run: ls -l /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
179+
run: ls -l /cygdrive/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin
180180

181181
- name: Binaryen DEBUG
182182
shell: bash
183183
run: which wasm-merge
184184

185185
- name: Binaryen DEBUG
186186
shell: bash
187-
run: /d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
187+
run: /cygdrive/d/a/wasm_of_ocaml/wasm_of_ocaml/binaryen/bin/wasm-merge.exe --version
188188

189189
- name: Install faked binaryen-bin package
190190
# It's faster to use a cached version

0 commit comments

Comments
 (0)