Skip to content

Commit e9b20ae

Browse files
authored
Downgrade setup-ocaml to fix Windows CI issue (#6034)
1 parent 6f7f4a2 commit e9b20ae

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
@@ -86,7 +86,7 @@ jobs:
8686
chmod +x _build/install/default/bin/*
8787
8888
- name: Use OCaml ${{matrix.ocaml_compiler}}
89-
uses: ocaml/setup-ocaml@v2
89+
uses: ocaml/setup-ocaml@v2.0.10
9090
with:
9191
ocaml-compiler: ${{matrix.ocaml_compiler}}
9292
opam-pin: false

0 commit comments

Comments
 (0)