Skip to content

Commit 6a97d65

Browse files
committed
fix: install missing sims in sdk.inappmessaging.yml
#no-changelog
1 parent a384e62 commit 6a97d65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sdk.inappmessaging.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ jobs:
5656
run: scripts/setup_bundler.sh
5757
- name: Xcode
5858
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 }}
5966
- name: Prereqs
6067
run: scripts/install_prereqs.sh InAppMessaging ${{ matrix.platform }} xcodebuild
6168
- name: Build and test

0 commit comments

Comments
 (0)