File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171
7272 env :
7373 # When changing the setup-ocaml version, also adjust it in the setup step further below.
74- SETUP_OCAML_VERSION : 3.4.6 # OPAM <2.6.0
74+ SETUP_OCAML_VERSION : 3.6.0 # OPAM <2.6.0
7575
7676 steps :
7777 - name : " Windows: Set git config"
@@ -170,7 +170,7 @@ jobs:
170170 key : ${{ env.opam_cache_key }}
171171
172172 - name : Use OCaml ${{matrix.ocaml_compiler}}
173- uses : ocaml/setup-ocaml@v3.4.8
173+ uses : ocaml/setup-ocaml@v3.6.0
174174 if : steps.cache-opam-env.outputs.cache-hit != 'true'
175175 with :
176176 ocaml-compiler : ${{matrix.ocaml_compiler}}
@@ -208,7 +208,7 @@ jobs:
208208 - name : Use cached OPAM environment
209209 if : steps.cache-opam-env.outputs.cache-hit == 'true'
210210 run : |
211- # https://github.com/ocaml/setup-ocaml/blob/v3.4.6 /packages/setup-ocaml/src/installer.ts
211+ # https://github.com/ocaml/setup-ocaml/blob/v3.6.0 /packages/setup-ocaml/src/installer.ts
212212 echo "OPAMCOLOR=always" >> "$GITHUB_ENV"
213213 echo "OPAMCONFIRMLEVEL=unsafe-yes" >> "$GITHUB_ENV"
214214 echo "OPAMDOWNLOADJOBS=4" >> "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments