diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index 6c2756f23ca..dff243d5204 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -124,6 +124,9 @@ jobs: run: ls -l /Applications/Xcode* - name: Xcode run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer + - name: Install visionOS, if needed. + if: matrix.target == 'visionOS spm' + run: xcodebuild -downloadPlatform visionOS - name: Initialize xcodebuild run: scripts/setup_spm_tests.sh - name: Unit Tests