Skip to content

Commit 26fa609

Browse files
committed
Fix objc workflow
1 parent 8abbd81 commit 26fa609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/objective_c.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Build the example app for macos
9898
run: flutter build macos
9999
- name: Build the example app for ios
100-
run: flutter build ios
100+
run: flutter build ios --no-codesign
101101
- name: Check for xcode for analyzer warnings
102102
run: xcodebuild analyze -workspace macos/Runner.xcworkspace -scheme Runner -configuration Debug GCC_TREAT_WARNINGS_AS_ERRORS=YES
103103

0 commit comments

Comments
 (0)