Skip to content

Commit fa654b6

Browse files
authored
Improve iOS build time (#201)
Remove --no-codesign and let the initial build fail.
1 parent bd05652 commit fa654b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
set -e
8787
88-
flutter build ios "--build-name=${BUILD_NAME}" --no-codesign
88+
flutter build ios "--build-name=${BUILD_NAME}" || true
8989
( cd ios && fastlane ipa )
9090
9191
- name: Setup GCP authentication

0 commit comments

Comments
 (0)