Skip to content

Commit 7caf8a0

Browse files
committed
Download visionOS SDK when building core
1 parent f784465 commit 7caf8a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-binaries.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
target: [macosx, iphoneos, iphonesimulator, appletvos, appletvsimulator, watchos, watchsimulator, maccatalyst, xros, xrsimulator]
2020
steps:
2121
- uses: actions/checkout@v4
22+
- name: Download visionOS
23+
if: matrix.target == 'xros' || matrix.target == 'xrsimulator'
24+
run: xcodebuild -downloadPlatform visionOS
2225

2326
- name: Get Core Version
2427
id: get-core-version

0 commit comments

Comments
 (0)