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 0c4cdaf commit f0dd855Copy full SHA for f0dd855
.github/workflows/ci.yml
@@ -108,7 +108,6 @@ jobs:
108
runtime: visionOS 1.0-beta2
109
os: macos-13
110
xcode: 15.0
111
- install: true
112
steps:
113
- name: Git Checkout
114
uses: actions/checkout@v3
@@ -130,6 +129,10 @@ jobs:
130
129
max_attempts: 3
131
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
132
+ - if: ${{ matrix.platform[0] == 'visionos' }}
133
+ name: Install visionOS Runtime
134
+ run: xcodebuild -downloadPlatform visionOS
135
+
136
- if: false
137
name: '[Debug] List Available Runtimes, Simulators, and Destinations'
138
run: |
0 commit comments