Commit a863d899e1

Andrew Kelley <andrew@ziglang.org>
2020-09-16 20:58:26
ci: undo mangled autocrlf files before building
1 parent 80d8515
Changed files (1)
ci/azure/windows_mingw_script
@@ -11,6 +11,8 @@ git config core.abbrev 9
 # git is mangling files on Windows by default.
 # This is the second bug I've tracked down to being caused by autocrlf.
 git config core.autocrlf false
+# Too late; the files are already mangled.
+git checkout .
 
 ZIGBUILDDIR="$(pwd)/build"
 PREFIX="$ZIGBUILDDIR/dist"