We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34e768 commit da81534Copy full SHA for da81534
.github/workflows/ci.yml
@@ -121,7 +121,8 @@ jobs:
121
122
- if: ${{ env.PLATFORM != 'macCatalyst' && env.PLATFORM != 'macOS' }}
123
name: Download Default ${{ env.PLATFORM }} Runtime
124
- run: xcodebuild -downloadPlatform ${{ env.PLATFORM }} || true
+ run: xcodebuild -downloadPlatform ${{ env.PLATFORM }}
125
+ continue-on-error: true
126
127
128
name: Check for ${{ env.RUNTIME }} Runtime
0 commit comments