File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -140,20 +140,18 @@ jobs:
140
140
chmod +x _build/install/default/bin/*
141
141
142
142
- name : Use OCaml ${{matrix.ocaml_compiler}}
143
- uses : ocaml/setup-ocaml@v2
143
+ uses : ocaml/setup-ocaml@v3.2.5
144
144
if : matrix.os != 'windows-latest'
145
145
with :
146
146
ocaml-compiler : ${{matrix.ocaml_compiler}}
147
147
opam-pin : false
148
- opam-depext : false
149
148
150
149
- name : Use OCaml ${{matrix.ocaml_compiler}} (Win)
151
- uses : ocaml/setup-ocaml@v2
150
+ uses : ocaml/setup-ocaml@v3.2.5
152
151
if : matrix.os == 'windows-latest'
153
152
with :
154
153
ocaml-compiler : ${{matrix.ocaml_compiler}}
155
154
opam-pin : false
156
- opam-depext : false
157
155
opam-repositories : |
158
156
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
159
157
default: https://github.com/ocaml/opam-repository.git
You can’t perform that action at this time.
0 commit comments