Skip to content

Commit 719124b

Browse files
committed
WIP
1 parent feb8264 commit 719124b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
ocaml-compiler: 5.02.x
2626
- os: windows-latest
2727
ocaml-compiler: 4.14.x
28-
- os: windows-latest
29-
ocaml-compiler: 5.02.x
28+
# - os: windows-latest
29+
# ocaml-compiler: 5.02.x
3030

3131
runs-on: ${{ matrix.os }}
3232

@@ -172,6 +172,10 @@ jobs:
172172
run: |
173173
opam pin add -n . --with-version $(Get-Content VERSION)
174174
175+
- name: Setup GCC (Windows)
176+
if: matrix.os == 'windows-latest'
177+
run: opam install conf-mingw-w64-gcc-i686
178+
175179
- name: Install opam file parser
176180
run: opam install opam-format ocamlfind dune graphics
177181

0 commit comments

Comments
 (0)