Skip to content

Commit c456d67

Browse files
committed
Updates CI settings.
1 parent 670d98e commit c456d67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci_spm.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
- name: Cleans up iOS project
2828
run: |
2929
pod deintegrate
30-
echo "#include \"Generated.xcconfig\"\n" > Flutter/Debug.xcconfig
31-
echo "#include \"Generated.xcconfig\"\n" > Flutter/Release.xcconfig
30+
echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
31+
cat Flutter/Debug.xcconfig
32+
echo "#include \"Generated.xcconfig\""\n" > Flutter/Release.xcconfig
33+
cat Flutter/Release.xcconfig
3234
working-directory: example/ios
3335
- name: Build iOS
3436
run: flutter build ios

0 commit comments

Comments
 (0)