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 23
23
with :
24
24
ocaml-compiler : ${{ matrix.ocaml-compiler }}
25
25
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
+
26
32
- run : opam install wasm_of_ocaml-compiler
Original file line number Diff line number Diff line change 36
36
separate_compilation : true
37
37
jane_street_tests : true
38
38
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
39
44
# - os: ubuntu-latest
40
45
# ocaml-compiler: "5.2"
41
46
# separate_compilation: true
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
# Work-around a race between reinstalling mingw-w64-shims
125
125
# (because of conf-pkg-config optional dep) and installing other
126
126
# 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
128
128
if : runner.os == 'Windows'
129
129
130
130
# - name: Set-up Binaryen
You can’t perform that action at this time.
0 commit comments