Skip to content

Commit f0dd855

Browse files
committed
wip
1 parent 0c4cdaf commit f0dd855

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
runtime: visionOS 1.0-beta2
109109
os: macos-13
110110
xcode: 15.0
111-
install: true
112111
steps:
113112
- name: Git Checkout
114113
uses: actions/checkout@v3
@@ -130,6 +129,10 @@ jobs:
130129
max_attempts: 3
131130
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
132131

132+
- if: ${{ matrix.platform[0] == 'visionos' }}
133+
name: Install visionOS Runtime
134+
run: xcodebuild -downloadPlatform visionOS
135+
133136
- if: false
134137
name: '[Debug] List Available Runtimes, Simulators, and Destinations'
135138
run: |

0 commit comments

Comments
 (0)