File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 ocaml-compiler : ${{ matrix.ocaml-compiler }}
2525
26+ - run : opam install binaryen-bin
27+
28+ - run : opam exec -- which wasm-opt.exe
29+
30+ - run : opam exec -- ldd D:\a\wasm_of_ocaml\wasm_of_ocaml\_opam\bin\wasm-opt.exe
31+
2632 - run : opam install wasm_of_ocaml-compiler
Original file line number Diff line number Diff line change 3636 separate_compilation : true
3737 jane_street_tests : true
3838 all_jane_street_tests : true
39+ - os : windows-latest
40+ ocaml-compiler : " 5.3"
41+ separate_compilation : true
42+ jane_street_tests : false
43+ all_jane_street_tests : false
3944# - os: ubuntu-latest
4045# ocaml-compiler: "5.2"
4146# separate_compilation: true
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 # Work-around a race between reinstalling mingw-w64-shims
125125 # (because of conf-pkg-config optional dep) and installing other
126126 # packages that implicitly depend on mingw-w64-shims.
127- - run : opam install conf-pkg-config conf-mingw-w64-g++-x86_64
127+ - run : opam install conf-pkg-config conf-mingw-w64-g++-i686 conf-mingw-w64-g++- x86_64
128128 if : runner.os == 'Windows'
129129
130130# - name: Set-up Binaryen
You can’t perform that action at this time.
0 commit comments