Use absolute path
This commit is contained in:
parent
bfb7b25964
commit
055a88dfc7
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue