ci: undo mangled autocrlf files before building

master
Andrew Kelley 2020-09-16 11:58:26 -07:00
parent 80d8515e3a
commit a863d899e1
1 changed files with 2 additions and 0 deletions

View File

@ -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"