Skip to content

Commit e5a7755

Browse files
authored
Merge pull request #120 from p-x9/feature/ci-install-visionos
Install visionOS platform before build on GitHub Action
2 parents a1e8e8c + 721a272 commit e5a7755

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
- name: Select Xcode 15
2121
run: sudo xcode-select -s /Applications/Xcode_15.2.app
2222

23+
- name: Install visionOS
24+
run: |
25+
sudo xcodebuild -runFirstLaunch
26+
sudo xcrun simctl list
27+
sudo xcodebuild -downloadPlatform visionOS
28+
sudo xcodebuild -runFirstLaunch
29+
2330
- name: Build
2431
run: bash scripts/xcframework.sh
2532

0 commit comments

Comments
 (0)