Skip to content

Commit e7057d1

Browse files
Install iOS platform
1 parent c4d1c13 commit e7057d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
7272
- name: Setup Scripts Directory
7373
run: ./setup-scripts.sh
74+
- name: Install iOS Platform
75+
run: xcodebuild -downloadPlatform iOS
7476
- name: Initialize xcodebuild
7577
run: scripts/setup_spm_tests.sh
7678
- name: Integration Test Setup

0 commit comments

Comments
 (0)