Skip to content

Commit 9bfe1d2

Browse files
authored
Merge pull request #29720 from compnerd/refresh
CI: attempt to fix the index for swift
2 parents 78737c2 + a448656 commit 9bfe1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ setlocal enableextensions enabledelayedexpansion
8282

8383
git -C "%source_root%\swift" config --local core.autocrlf input
8484
git -C "%source_root%\swift" config --local core.symlink true
85-
git -C "%source_root%\swift" checkout HEAD
85+
git -C "%source_root%\swift" checkout-index --force --all
8686

8787
git clone --depth 1 --single-branch https://github.com/apple/swift-cmark cmark %exitOnError%
8888
git clone --depth 1 --single-branch --branch swift/master https://github.com/apple/llvm-project llvm-project %exitOnError%

0 commit comments

Comments
 (0)