Retry downloads

This commit is contained in:
fedor 2024-10-20 16:19:19 -04:00
parent c198ef9957
commit 47f36a33f8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ locals {
"APP_DIR=$(dirname $CONTENTS_DIR)",
"sudo mv $APP_DIR /Applications/Xcode_${version}.app",
"sudo xcode-select -s /Applications/Xcode_${version}.app",
"xcodebuild -downloadAllPlatforms",
"xcodebuild -downloadAllPlatforms || xcodebuild -downloadAllPlatforms",
"xcodebuild -runFirstLaunch",
]
}