Skip to content

Commit 4183516

Browse files
committed
[CI] fix clean up
1 parent 7767fcf commit 4183516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios_build_and_commit_files.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
# sometimes we need to do a clean up for it to work
3535
run: |
3636
.flutter/bin/dart run melos flutter-clean
37-
cd app/ios
38-
rm ios/podfile.lock
37+
rm app/ios/podfile.lock
3938
.flutter/bin/dart run melos pub-get
39+
cd app/ios
4040
pod install
4141
4242
# Build the Flutter app

0 commit comments

Comments
 (0)