Use absolute path

This commit is contained in:
fedor 2021-04-28 14:54:58 -04:00
parent bfb7b25964
commit 055a88dfc7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"source ~/.zprofile",
"brew install wget robotsandpencils/made/xcodes",
"wget --quiet https://storage.googleapis.com/cirrus-parallels-vms/xcodes/Xcode_$XCODE_VERSION.xip",
"xcodes install $XCODE_VERSION --path Xcode_$XCODE_VERSION.xip",
"xcodes install $XCODE_VERSION --path $PWD/Xcode_$XCODE_VERSION.xip",
"rm Xcode_$XCODE_VERSION.xip",
"xcodes select $XCODE_VERSION",
"sudo xcodebuild -runFirstLaunch"