Skip to content

Commit e4303f1

Browse files
authored
Downgrade setup-ocaml to fix Windows CI issue (#6039)
1 parent 9843bee commit e4303f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636

3737
- name: Use OCaml ${{matrix.ocaml_compiler}}
38-
uses: ocaml/setup-ocaml@v2
38+
uses: ocaml/setup-ocaml@v2.0.10
3939
with:
4040
ocaml-compiler: ${{matrix.ocaml_compiler}}
4141
opam-pin: false

0 commit comments

Comments
 (0)