Skip to content

Commit 8f8f2c0

Browse files
authored
fix: manually install watchOS sims for messaging watch app (#15605)
1 parent c427593 commit 8f8f2c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/messaging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ jobs:
198198
run: scripts/install_prereqs.sh MessagingSampleStandaloneWatchApp watchOS
199199
- name: Xcode
200200
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
201+
- name: Install watchOS simulators in case they are missing.
202+
run: sudo xcodebuild -downloadPlatform watchOS
201203
- name: Build
202204
run: ([ -z $plist_secret ] || scripts/build.sh MessagingSampleStandaloneWatchApp watchOS)
203205
- name: Upload xcodebuild logs

0 commit comments

Comments
 (0)