Skip to content

Commit 77bc712

Browse files
committed
download ios platform
1 parent 0e83060 commit 77bc712

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-tauri.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ jobs:
207207
run: |
208208
pnpm tauri ios init
209209
210+
- name: download iOS platform
211+
if: matrix.ios
212+
run: |
213+
xcodebuild -downloadPlatform iOS
214+
210215
- name: checkout files
211216
if: matrix.ios
212217
run: |

0 commit comments

Comments
 (0)