Skip to content

Commit 1d617d9

Browse files
committed
skip explicit pod install
1 parent f7eeb6a commit 1d617d9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ios_build_and_commit_files.yml

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
- name: Melos Bootstrap
3131
run: .flutter/bin/dart run melos bootstrap
3232

33-
- name: Install dependencies (pod install)
34-
run: |
35-
cd app/ios
36-
pod install
37-
3833
# Build the Flutter app
3934
- name: Build Flutter app
4035
run: .flutter/bin/dart run melos build-ipa-debug

0 commit comments

Comments
 (0)