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:
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
You can’t perform that action at this time.
0 commit comments