Skip to content

Commit 75e59d8

Browse files
committed
DEBUG
1 parent 19422d8 commit 75e59d8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/binaryen.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ jobs:
2424
with:
2525
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2626

27-
- run: opam install binaryen-bin
27+
- run: opam install conf-mingw-w64-g++-x86_64
2828

29-
- run: opam exec -- which wasm-opt.exe
30-
31-
- run: opam exec -- ldd D:\a\wasm_of_ocaml\wasm_of_ocaml\_opam\bin\wasm-opt.exe
29+
# - run: opam install binaryen-bin
30+
#
31+
# - run: opam exec -- which wasm-opt.exe
32+
#
33+
# - run: opam exec -- ldd D:\a\wasm_of_ocaml\wasm_of_ocaml\_opam\bin\wasm-opt.exe
3234

3335
- run: opam install wasm_of_ocaml-compiler

0 commit comments

Comments
 (0)