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 a56529b commit 89ec203Copy full SHA for 89ec203
.github/workflows/opam.yml
@@ -27,6 +27,16 @@ jobs:
27
28
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
29
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
30
+ if: ${{ startsWith(matrix.os, 'windows-') }}
31
+ with:
32
+ ocaml-compiler: ${{ matrix.ocaml-compiler }}
33
+ opam-repositories: |
34
+ opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
35
+ default: https://github.com/ocaml/opam-repository.git
36
+
37
+ - name: Setup OCaml ${{ matrix.ocaml-compiler }}
38
+ uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
39
+ if: ${{ !startsWith(matrix.os, 'windows-') }}
40
with:
41
ocaml-compiler: ${{ matrix.ocaml-compiler }}
42
0 commit comments