File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ jobs:
119119 echo "RUNTIME=$RUNTIME" >> $GITHUB_ENV
120120 echo "SCRIPT_PLATFORM=$SCRIPT_PLATFORM" >> $GITHUB_ENV
121121
122+ - if : ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
123+ name : Download Default ${{ env.PLATFORM }} Runtime
124+ run : xcodebuild -downloadPlatform ${{ env.PLATFORM }}
125+
122126 - if : ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
123127 name : Check for ${{ env.RUNTIME }} runtime
124128 run : |
@@ -140,7 +144,7 @@ jobs:
140144 run : xcodes runtimes --include-betas
141145
142146 - if : env.has_runtime == 'false'
143- name : Download Required Runtime ( ${{ env.RUNTIME }})
147+ name : Download Required ${{ env.RUNTIME }} Runtime
144148 uses : nick-fields/retry@v3
145149 with :
146150 timeout_minutes : 15
You can’t perform that action at this time.
0 commit comments