Skip to content

Commit 662ac82

Browse files
authored
Download VisionOS SDK (#163)
1 parent ec18643 commit 662ac82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/actions/test-visionos-rntester/action.yml

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ runs:
3838
ruby-version: ${{ inputs.ruby-version }}
3939
- name: Setup xcode build cache
4040
uses: ./.github/actions/setup-xcode-build-cache
41+
- name: Download visionOS SDK
42+
run: |
43+
# https://github.com/actions/runner-images/issues/10559
44+
sudo xcodebuild -runFirstLaunch
45+
sudo xcrun simctl list
46+
sudo xcodebuild -downloadPlatform visionOS
47+
sudo xcodebuild -runFirstLaunch
48+
shell: bash
4149
- name: Install CocoaPods dependencies
4250
shell: bash
4351
run: |

0 commit comments

Comments
 (0)