Skip to content

Commit

Permalink
fix(CI): Download visionOS if necessary (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Sep 28, 2024
1 parent 704b60c commit c361308
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .ado/jobs/build-test-rntester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ jobs:
steps:
- template: /.ado/templates/apple-tools-setup.yml@self

- ${{ if in(slice.sdk, 'xros', 'xrsimulator') }}:
- task: CmdLine@2
displayName: Download visionOS SDDK
inputs:
script: |
set -eox
# https://github.com/actions/runner-images/issues/10559
sudo xcodebuild -runFirstLaunch
sudo xcrun simctl list
sudo xcodebuild -downloadPlatform visionOS
sudo xcodebuild -runFirstLaunch
- task: CmdLine@2
displayName: yarn install
inputs:
Expand Down

0 comments on commit c361308

Please sign in to comment.