We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a384e62 commit 6a97d65Copy full SHA for 6a97d65
.github/workflows/sdk.inappmessaging.yml
@@ -56,6 +56,13 @@ jobs:
56
run: scripts/setup_bundler.sh
57
- name: Xcode
58
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
59
+ - name: Install simulators in case they are missing.
60
+ uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
61
+ with:
62
+ timeout_minutes: 15
63
+ max_attempts: 5
64
+ retry_wait_seconds: 120
65
+ command: sudo xcodebuild -downloadPlatform ${{ matrix.platform }}
66
- name: Prereqs
67
run: scripts/install_prereqs.sh InAppMessaging ${{ matrix.platform }} xcodebuild
68
- name: Build and test
0 commit comments