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.
storage x spm
1 parent 82c6c55 commit 0f6a23aCopy full SHA for 0f6a23a
.github/workflows/storage.yml
@@ -124,6 +124,9 @@ jobs:
124
run: ls -l /Applications/Xcode*
125
- name: Xcode
126
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
130
- name: Initialize xcodebuild
131
run: scripts/setup_spm_tests.sh
132
- name: Unit Tests
0 commit comments