Skip to content

Commit 5ddc6cb

Browse files
authored
Update ios.yml
1 parent 3ce3256 commit 5ddc6cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ios.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: flutter pub get
2323

24+
- name: Accept Xcode license
25+
run: sudo xcodebuild -license accept
26+
2427
- name: Build iOS app
2528
run: flutter build ipa --release
2629

0 commit comments

Comments
 (0)