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 d893dbd commit e854f03Copy full SHA for e854f03
.github/workflows/common.yml
@@ -104,10 +104,6 @@ jobs:
104
key: ${{needs.spm-package-resolved.outputs.cache_key}}
105
- name: Xcode
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:
110
- xcodebuild -downloadPlatform visionOS
111
- name: Run setup command, if needed.
112
if: inputs.setup_command != ''
113
run: ${{ inputs.setup_command }}
0 commit comments