Skip to content

Commit be9ab44

Browse files
committed
WIP
1 parent 6cf24b0 commit be9ab44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ jobs:
140140
with:
141141
path: wasm_of_ocaml
142142

143+
- name: Setup GCC (Windows)
144+
if: matrix.os == 'windows-latest'
145+
run: opam install conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-i686
146+
143147
- name: Pin faked binaryen-bin package
144148
# It's faster to use a cached version
145149
run: opam install --fake binaryen-bin
@@ -168,10 +172,6 @@ jobs:
168172
run: |
169173
opam pin add -n . --with-version $(Get-Content VERSION)
170174
171-
- name: Setup GCC (Windows)
172-
if: matrix.os == 'windows-latest'
173-
run: opam install conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-i686
174-
175175
- name: Install opam file parser
176176
run: opam install opam-format ocamlfind dune graphics
177177

0 commit comments

Comments
 (0)