We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19422d8 commit 75e59d8Copy full SHA for 75e59d8
.github/workflows/binaryen.yml
@@ -24,10 +24,12 @@ jobs:
24
with:
25
ocaml-compiler: ${{ matrix.ocaml-compiler }}
26
27
- - run: opam install binaryen-bin
+ - run: opam install conf-mingw-w64-g++-x86_64
28
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
+# - run: opam install binaryen-bin
+#
+# - 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
34
35
- run: opam install wasm_of_ocaml-compiler
0 commit comments