Skip to content

Commit a56529b

Browse files
committed
regular opam repository
1 parent ed9bbd5 commit a56529b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/opam.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,7 @@ jobs:
2626
submodules: "recursive"
2727

2828
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
29-
uses: ocaml/setup-ocaml@v2
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@v2
39-
if: ${{ !startsWith(matrix.os, 'windows-') }}
29+
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
4030
with:
4131
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4232

0 commit comments

Comments
 (0)