Skip to content

Commit

Permalink
Download visionOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Sep 17, 2024
1 parent 29563d2 commit 4d0e9de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
uses: actions/checkout@v4
- name: Select Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
- name: Download visionOS
if: matrix.platforms == 'generic/platform=visionos'
run: xcodebuild -downloadPlatform visionOS
- name: Build Framework
run: xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme SafeDI-Package -destination ${{ matrix.platforms }}

Expand Down

0 comments on commit 4d0e9de

Please sign in to comment.