Skip to content

Commit c28c5a0

Browse files
committed
WIP
1 parent c36fd4d commit c28c5a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)