Skip to content

Commit 6b8690e

Browse files
authored
work bitch
1 parent 9e1186a commit 6b8690e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/debugbuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
working-directory: ios
6363
run: pod install
6464

65+
- name: Echo Podfile after installing pods (iOS)
66+
if: matrix.os == 'macos-latest' && always()
67+
run: |
68+
echo "Echoing Podfile contents:"
69+
cat ios/Podfile || true # Adjust the path if needed
70+
6571
- name: Build iOS (Debug - No Codesign)
6672
if: matrix.os == 'macos-latest'
6773
run: flutter build ios --debug --no-codesign

0 commit comments

Comments
 (0)