We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78737c2 + a448656 commit 9bfe1d2Copy full SHA for 9bfe1d2
utils/build-windows.bat
@@ -82,7 +82,7 @@ setlocal enableextensions enabledelayedexpansion
82
83
git -C "%source_root%\swift" config --local core.autocrlf input
84
git -C "%source_root%\swift" config --local core.symlink true
85
-git -C "%source_root%\swift" checkout HEAD
+git -C "%source_root%\swift" checkout-index --force --all
86
87
git clone --depth 1 --single-branch https://github.com/apple/swift-cmark cmark %exitOnError%
88
git clone --depth 1 --single-branch --branch swift/master https://github.com/apple/llvm-project llvm-project %exitOnError%
0 commit comments