File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ jobs:
168
168
- name : Reset existing repo
169
169
shell : cmd
170
170
run : |
171
+ git config --global core.autocrlf input
171
172
git config --global --add safe.directory /__w/scala3-lts/scala3-lts
172
173
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3-lts" && git reset --hard FETCH_HEAD || true
173
174
@@ -182,8 +183,9 @@ jobs:
182
183
run : sbt "dist/pack" & bash -version
183
184
shell : cmd
184
185
186
+ - uses : cygwin/cygwin-install-action@master
185
187
- name : cygwin tests
186
- run : ' "C:\Program Files\cygwin64 \bin\bash" ./project/scripts/winCmdTests'
188
+ run : ' "C:\cygwin \bin\bash" ./project/scripts/winCmdTests'
187
189
shell : cmd
188
190
189
191
- name : msys tests
You can’t perform that action at this time.
0 commit comments