Skip to content

Commit 0f6a23a

Browse files
authored
[Infra] Install visionOS sim in storage x spm workflow (#14579)
1 parent 82c6c55 commit 0f6a23a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/storage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ jobs:
124124
run: ls -l /Applications/Xcode*
125125
- name: Xcode
126126
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
127+
- name: Install visionOS, if needed.
128+
if: matrix.target == 'visionOS spm'
129+
run: xcodebuild -downloadPlatform visionOS
127130
- name: Initialize xcodebuild
128131
run: scripts/setup_spm_tests.sh
129132
- name: Unit Tests

0 commit comments

Comments
 (0)