Skip to content

Commit 718efe6

Browse files
authored
Use latest setup-ocaml again as Windows git config issue is fixed (#6059)
This reverts commit e9b20ae.
1 parent c289808 commit 718efe6

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.0.10
89+
uses: ocaml/setup-ocaml@v2
9090
with:
9191
ocaml-compiler: ${{matrix.ocaml_compiler}}
9292
opam-pin: false

0 commit comments

Comments
 (0)