Skip to content

Commit 502cf9f

Browse files
committed
Use setup-ocaml@v2 for lower-bounds CI
opam-0install is incompatible with opam 2.2
1 parent 46599e7 commit 502cf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unlocked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/checkout@v4
106106

107107
- name: Set up OCaml ${{ matrix.ocaml-compiler }}
108-
uses: ocaml/setup-ocaml@v3
108+
uses: ocaml/setup-ocaml@v2
109109
with:
110110
ocaml-compiler: ${{ matrix.ocaml-compiler }}
111111

0 commit comments

Comments
 (0)