Skip to content

Commit 0081dbd

Browse files
committed
Install cygwin
1 parent 9e049b8 commit 0081dbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
- name: Reset existing repo
169169
shell: cmd
170170
run: |
171+
git config --global core.autocrlf input
171172
git config --global --add safe.directory /__w/scala3-lts/scala3-lts
172173
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts" && git reset --hard FETCH_HEAD || true
173174
@@ -182,8 +183,9 @@ jobs:
182183
run: sbt "dist/pack" & bash -version
183184
shell: cmd
184185

186+
- uses: cygwin/cygwin-install-action@master
185187
- name: cygwin tests
186-
run: '"C:\Program Files\cygwin64\bin\bash" ./project/scripts/winCmdTests'
188+
run: '"C:\cygwin\bin\bash" ./project/scripts/winCmdTests'
187189
shell: cmd
188190

189191
- name: msys tests

0 commit comments

Comments
 (0)