We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e28d2d commit adfd85dCopy full SHA for adfd85d
.github/workflows/build.yml
@@ -31,6 +31,8 @@ jobs:
31
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
32
uses: kit-ty-kate/setup-ocaml@win52
33
with:
34
+ opam-repositories: |
35
+ default: https://github.com/hhugo/opam-repository.git#gmp-mingw
36
ocaml-compiler: ${{ matrix.ocaml-compiler }}
37
dune-cache: true
38
allow-prerelease-opam: true
0 commit comments