Skip to content

Commit 5cc25ab

Browse files
committed
Specify setup-ocaml before opam 2.4
1 parent a9a2d96 commit 5cc25ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: opam-${{ matrix.os }}-${{ matrix.ocaml-compiler }}-${{ hashFiles('**.opam') }}
5050

5151
- name: Use OCaml ${{ matrix.ocaml-compiler }}
52-
uses: ocaml/setup-ocaml@v3
52+
uses: ocaml/setup-ocaml@v3.3.5
5353
with:
5454
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5555
dune-cache: true

0 commit comments

Comments
 (0)