Skip to content

Commit e854f03

Browse files
committed
Remove "Install visionOS" step
1 parent d893dbd commit e854f03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ jobs:
104104
key: ${{needs.spm-package-resolved.outputs.cache_key}}
105105
- name: Xcode
106106
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
111107
- name: Run setup command, if needed.
112108
if: inputs.setup_command != ''
113109
run: ${{ inputs.setup_command }}

0 commit comments

Comments
 (0)