Skip to content

Commit

Permalink
Merge pull request #120 from p-x9/feature/ci-install-visionos
Browse files Browse the repository at this point in the history
Install visionOS platform before build on GitHub Action
  • Loading branch information
p-x9 authored Oct 1, 2024
2 parents a1e8e8c + 721a272 commit e5a7755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
- name: Select Xcode 15
run: sudo xcode-select -s /Applications/Xcode_15.2.app

- name: Install visionOS
run: |
sudo xcodebuild -runFirstLaunch
sudo xcrun simctl list
sudo xcodebuild -downloadPlatform visionOS
sudo xcodebuild -runFirstLaunch
- name: Build
run: bash scripts/xcframework.sh

Expand Down

0 comments on commit e5a7755

Please sign in to comment.