Skip to content

Commit 1d95690

Browse files
committed
update setup-ocaml
1 parent 486cce4 commit 1d95690

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,18 @@ jobs:
140140
chmod +x _build/install/default/bin/*
141141
142142
- name: Use OCaml ${{matrix.ocaml_compiler}}
143-
uses: ocaml/setup-ocaml@v2
143+
uses: ocaml/setup-ocaml@v3.2.5
144144
if: matrix.os != 'windows-latest'
145145
with:
146146
ocaml-compiler: ${{matrix.ocaml_compiler}}
147147
opam-pin: false
148-
opam-depext: false
149148

150149
- name: Use OCaml ${{matrix.ocaml_compiler}} (Win)
151-
uses: ocaml/setup-ocaml@v2
150+
uses: ocaml/setup-ocaml@v3.2.5
152151
if: matrix.os == 'windows-latest'
153152
with:
154153
ocaml-compiler: ${{matrix.ocaml_compiler}}
155154
opam-pin: false
156-
opam-depext: false
157155
opam-repositories: |
158156
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
159157
default: https://github.com/ocaml/opam-repository.git

0 commit comments

Comments
 (0)