Skip to content

Commit 89ec203

Browse files
committed
restore
1 parent a56529b commit 89ec203

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/opam.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
2727

2828
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
2929
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-') }}
3040
with:
3141
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3242

0 commit comments

Comments
 (0)