We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415fd32 commit d7a8c0fCopy full SHA for d7a8c0f
.github/actions/setup-toolchain/action.yml
@@ -79,6 +79,15 @@ runs:
79
run: |
80
sudo xcode-select --switch ${{ inputs.xcode-developer-dir }}
81
shell: bash
82
+ - name: Download visionOS SDK
83
+ if: ${{ inputs.platform == 'visionos' }}
84
+ run: |
85
+ # https://github.com/actions/runner-images/issues/10559
86
+ sudo xcodebuild -runFirstLaunch
87
+ sudo xcrun simctl list
88
+ sudo xcodebuild -downloadPlatform visionOS
89
90
+ shell: bash
91
- name: Cache /.ccache
92
if: ${{ steps.setup-ccache.outputs.cache-key }}
93
uses: actions/cache@v4
0 commit comments