Skip to content

Commit 72a0b63

Browse files
committed
fix: destination specifier in .github/workflows/sdk.analytics.yml
1 parent 9dc0f15 commit 72a0b63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/sdk.analytics.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ jobs:
3939
run: scripts/setup_bundler.sh
4040
- name: Xcode
4141
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
42+
- name: Install simulators in case they are missing.
43+
if: matrix.target != 'macos'
44+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
45+
with:
46+
timeout_minutes: 15
47+
max_attempts: 5
48+
retry_wait_seconds: 120
49+
continue_on_error: true
50+
command: xcodebuild -downloadPlatform ${{ matrix.target }}
4251
- name: GoogleAppMeasurement
4352
run: scripts/third_party/travis/retry.sh pod spec lint GoogleAppMeasurement.podspec --platforms=${{ matrix.target }} --sources=https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/
4453
- name: FirebaseAnalytics

0 commit comments

Comments
 (0)