Skip to content

Commit c9f775c

Browse files
authored
Merge pull request #6515 from cknitt/setup-ocaml-workaround
2 parents 579b9d7 + 353c14e commit c9f775c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ jobs:
147147
chmod +x _build/install/default/bin/*
148148
149149
- name: Use OCaml ${{matrix.ocaml_compiler}}
150-
uses: ocaml/setup-ocaml@v2.1.7
150+
uses: ocaml/setup-ocaml@v2
151151
if: matrix.os != 'windows-latest'
152152
with:
153153
ocaml-compiler: ${{matrix.ocaml_compiler}}
154154
opam-pin: false
155155
opam-depext: false
156156

157157
- name: Use OCaml ${{matrix.ocaml_compiler}} (Win)
158-
uses: ocaml/setup-ocaml@v2.1.7
158+
uses: ocaml/setup-ocaml@v2
159159
if: matrix.os == 'windows-latest'
160160
with:
161161
ocaml-compiler: ${{matrix.ocaml_compiler}}

0 commit comments

Comments
 (0)