Skip to content

Commit

Permalink
Download visionOS SDK when building core
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Oct 18, 2024
1 parent 9ae7928 commit 4483318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
target: [macosx, iphoneos, iphonesimulator, appletvos, appletvsimulator, watchos, watchsimulator, maccatalyst, xros, xrsimulator]
steps:
- uses: actions/checkout@v4
- name: Download visionOS
if: matrix.target == 'xros' || matrix.target == 'xrsimulator'
run: xcodebuild -downloadPlatform visionOS

- name: Get Core Version
id: get-core-version
Expand Down

0 comments on commit 4483318

Please sign in to comment.