Skip to content

Commit 3b670d4

Browse files
committed
Auto merge of #162554 - JonathanBrouwer:attempted-fix, r=<try>
Attemped fix for home dir problem try-job: dist-aarch64-llvm-mingw
2 parents 32ffad3 + 910f84c commit 3b670d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/ci/scripts/disable-git-crlf-conversion.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@
1010
set -euo pipefail
1111
IFS=$'\n\t'
1212

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+
1317
git config --replace-all --global core.autocrlf false

0 commit comments

Comments
 (0)