Skip to content

Commit 675bc59

Browse files
committed
Clone repo with core.autocrlf set to input on Windows
1 parent f3aaa4f commit 675bc59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.taskcluster.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ tasks:
142142
- set PATH=%LIB_PATH%;%PATH%
143143
- rustup-init -yv --default-toolchain stable ^
144144
--default-host x86_64-pc-windows-msvc
145+
- git config --global core.autocrlf input
145146
- git clone --quiet ${repository}
146147
- cd rust-code-analysis
147148
- git -c advice.detachedHead=false checkout ${head_rev}

0 commit comments

Comments
 (0)