Skip to content

Commit 66f3d52

Browse files
committed
Improve visionOS installation script
1 parent 176ae48 commit 66f3d52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
4848
- name: Download visionOS
4949
if: matrix.platforms == 'visionOS_1'
50-
run: xcodebuild -downloadPlatform visionOS
50+
run: |
51+
sudo xcodebuild -runFirstLaunch
52+
sudo xcrun simctl list
53+
sudo xcodebuild -downloadPlatform visionOS
54+
sudo xcodebuild -runFirstLaunch
5155
- name: Build and Test Framework
5256
run: Scripts/build.swift ${{ matrix.platforms }}
5357
- name: Prepare Coverage Reports

0 commit comments

Comments
 (0)