Skip to content

Commit f34e768

Browse files
committed
WIP
1 parent b4ec829 commit f34e768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
122122
- if: ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
123123
name: Download Default ${{ env.PLATFORM }} Runtime
124-
run: xcodebuild -downloadPlatform ${{ env.PLATFORM }}
124+
run: xcodebuild -downloadPlatform ${{ env.PLATFORM }} || true
125125

126126
- if: ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
127127
name: Check for ${{ env.RUNTIME }} Runtime

0 commit comments

Comments
 (0)