Skip to content

Commit da81534

Browse files
committed
WIP
1 parent f34e768 commit da81534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)