Skip to content

Commit cc4ca79

Browse files
authored
ci: download SDKs in release.yml
1 parent 705368c commit cc4ca79

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
@@ -608,6 +608,13 @@ jobs:
608608
with:
609609
fetch-depth: 0
610610

611+
- name: Setup SDKs
612+
run: |
613+
# Install SDK
614+
xcodebuild -downloadPlatform iOS
615+
xcodebuild -downloadPlatform tvOS
616+
xcodebuild -downloadPlatform visionOS
617+
611618
- name: Build
612619
id: cmake_build
613620
run: |

0 commit comments

Comments
 (0)