We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec18643 commit 662ac82Copy full SHA for 662ac82
.github/actions/test-visionos-rntester/action.yml
@@ -38,6 +38,14 @@ runs:
38
ruby-version: ${{ inputs.ruby-version }}
39
- name: Setup xcode build cache
40
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
48
+ shell: bash
49
- name: Install CocoaPods dependencies
50
shell: bash
51
run: |
0 commit comments