mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 20:13:21 +00:00
ci: undo mangled autocrlf files before building
This commit is contained in:
parent
80d8515e3a
commit
a863d899e1
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user