There was an error while loading. Please reload this page.
2 parents 32ffad3 + 910f84c commit 3b670d4Copy full SHA for 3b670d4
1 file changed
src/ci/scripts/disable-git-crlf-conversion.sh
@@ -10,4 +10,8 @@
10
set -euo pipefail
11
IFS=$'\n\t'
12
13
+# Workaround for issue where the home dir of `msys64` sometimes doesn't exist on github runners
14
+echo $HOME
15
+mkdir -p $HOME
16
+
17
git config --replace-all --global core.autocrlf false
0 commit comments