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:
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
You can’t perform that action at this time.
0 commit comments