Skip to content

Commit 005fc21

Browse files
authored
Get rid of bash hack on Windows (#7212)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent a99e84d commit 005fc21

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
key: ${{ env.opam_cache_key }}
168168

169169
- name: Use OCaml ${{matrix.ocaml_compiler}}
170-
uses: ocaml/setup-ocaml@v3.1.4
170+
uses: ocaml/setup-ocaml@v3.2.2
171171
if: steps.cache-opam-env.outputs.cache-hit != 'true'
172172
with:
173173
ocaml-compiler: ${{matrix.ocaml_compiler}}
@@ -244,11 +244,6 @@ jobs:
244244
fi
245245
shell: bash
246246

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-
252247
- name: Build compiler
253248
if: runner.os != 'Linux'
254249
run: opam exec -- dune build --display quiet --profile release
@@ -338,7 +333,7 @@ jobs:
338333
with:
339334
path: ./tests/benchmark-cache
340335
key: syntax-benchmark-v1
341-
336+
342337
- name: Create new benchmark data and comment on alert
343338
# Do not run for PRs created from other repos as those won't be able to write to the pull request
344339
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:
359354
with:
360355
path: ./tests/benchmark-cache
361356
key: syntax-benchmark-v1
362-
357+
363358
- name: Build playground compiler
364359
if: matrix.build_playground
365360
run: |
@@ -396,7 +391,7 @@ jobs:
396391
needs:
397392
- build-compiler
398393
- build-rewatch
399-
394+
400395
runs-on: ubuntu-latest
401396

402397
steps:

0 commit comments

Comments
 (0)