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 6cf24b0 commit be9ab44Copy full SHA for be9ab44
.github/workflows/build-wasm_of_ocaml.yml
@@ -140,6 +140,10 @@ jobs:
140
with:
141
path: wasm_of_ocaml
142
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
+
147
- name: Pin faked binaryen-bin package
148
# It's faster to use a cached version
149
run: opam install --fake binaryen-bin
@@ -168,10 +172,6 @@ jobs:
168
172
run: |
169
173
opam pin add -n . --with-version $(Get-Content VERSION)
170
174
171
- - name: Setup GCC (Windows)
- if: matrix.os == 'windows-latest'
- run: opam install conf-mingw-w64-gcc-i686 conf-mingw-w64-g++-i686
-
175
- name: Install opam file parser
176
run: opam install opam-format ocamlfind dune graphics
177
0 commit comments