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 5e99fea commit 2d6056aCopy full SHA for 2d6056a
.github/workflows/common.yml
@@ -106,7 +106,8 @@ jobs:
106
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
107
- name: Install visionOS, if needed.
108
if: matrix.platform == 'visionOS'
109
- run: xcodebuild -downloadPlatform visionOS
+ run: ls $(xcode-select -p)/Platforms/XROS.platform || \
110
+ { xcodebuild -downloadPlatform visionOS }
111
- name: Run setup command, if needed.
112
if: inputs.setup_command != ''
113
run: ${{ inputs.setup_command }}
0 commit comments