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 ed9bbd5 commit a56529bCopy full SHA for a56529b
.github/workflows/opam.yml
@@ -26,17 +26,7 @@ jobs:
26
submodules: "recursive"
27
28
- 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
39
- if: ${{ !startsWith(matrix.os, 'windows-') }}
+ uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
40
with:
41
ocaml-compiler: ${{ matrix.ocaml-compiler }}
42
0 commit comments