@@ -167,7 +167,7 @@ jobs:
167
167
key : ${{ env.opam_cache_key }}
168
168
169
169
- name : Use OCaml ${{matrix.ocaml_compiler}}
170
- uses : ocaml/setup-ocaml@v3.1.4
170
+ uses : ocaml/setup-ocaml@v3.2.2
171
171
if : steps.cache-opam-env.outputs.cache-hit != 'true'
172
172
with :
173
173
ocaml-compiler : ${{matrix.ocaml_compiler}}
@@ -244,11 +244,6 @@ jobs:
244
244
fi
245
245
shell : bash
246
246
247
- # see https://github.com/ocaml/setup-ocaml/issues/815
248
- - name : " Windows: set SHELLOPTS=igncr"
249
- if : runner.os == 'Windows'
250
- run : echo "SHELLOPTS=igncr" >>"$GITHUB_ENV"
251
-
252
247
- name : Build compiler
253
248
if : runner.os != 'Linux'
254
249
run : opam exec -- dune build --display quiet --profile release
@@ -338,7 +333,7 @@ jobs:
338
333
with :
339
334
path : ./tests/benchmark-cache
340
335
key : syntax-benchmark-v1
341
-
336
+
342
337
- name : Create new benchmark data and comment on alert
343
338
# Do not run for PRs created from other repos as those won't be able to write to the pull request
344
339
if : ${{ matrix.benchmarks && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name) }}
@@ -359,7 +354,7 @@ jobs:
359
354
with :
360
355
path : ./tests/benchmark-cache
361
356
key : syntax-benchmark-v1
362
-
357
+
363
358
- name : Build playground compiler
364
359
if : matrix.build_playground
365
360
run : |
@@ -396,7 +391,7 @@ jobs:
396
391
needs :
397
392
- build-compiler
398
393
- build-rewatch
399
-
394
+
400
395
runs-on : ubuntu-latest
401
396
402
397
steps :
0 commit comments