Skip to content

Commit 9711589

Browse files
authored
Downgrade setup-ocaml to 2.1.7 (#6511)
1 parent ccf9b7a commit 9711589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ jobs:
142142
chmod +x _build/install/default/bin/*
143143
144144
- name: Use OCaml ${{matrix.ocaml_compiler}}
145-
uses: ocaml/setup-ocaml@v2
145+
uses: ocaml/setup-ocaml@v2.1.7
146146
if: matrix.os != 'windows-latest'
147147
with:
148148
ocaml-compiler: ${{matrix.ocaml_compiler}}
149149
opam-pin: false
150150
opam-depext: false
151151

152152
- name: Use OCaml ${{matrix.ocaml_compiler}} (Win)
153-
uses: ocaml/setup-ocaml@v2
153+
uses: ocaml/setup-ocaml@v2.1.7
154154
if: matrix.os == 'windows-latest'
155155
with:
156156
ocaml-compiler: ${{matrix.ocaml_compiler}}

0 commit comments

Comments
 (0)