Skip to content

Commit

Permalink
ci(visionos): download visionOS SDK (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Sep 24, 2024
1 parent 415fd32 commit d7a8c0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/setup-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ runs:
run: |
sudo xcode-select --switch ${{ inputs.xcode-developer-dir }}
shell: bash
- name: Download visionOS SDK
if: ${{ inputs.platform == 'visionos' }}
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: Cache /.ccache
if: ${{ steps.setup-ccache.outputs.cache-key }}
uses: actions/cache@v4
Expand Down

0 comments on commit d7a8c0f

Please sign in to comment.