Skip to content

Commit

Permalink
Download VisionOS SDK (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 authored Oct 17, 2024
1 parent ec18643 commit 662ac82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/test-visionos-rntester/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ runs:
ruby-version: ${{ inputs.ruby-version }}
- name: Setup xcode build cache
uses: ./.github/actions/setup-xcode-build-cache
- name: Download visionOS SDK
run: |
# https://github.com/actions/runner-images/issues/10559
sudo xcodebuild -runFirstLaunch
sudo xcrun simctl list
sudo xcodebuild -downloadPlatform visionOS
sudo xcodebuild -runFirstLaunch
shell: bash
- name: Install CocoaPods dependencies
shell: bash
run: |
Expand Down

0 comments on commit 662ac82

Please sign in to comment.