Skip to content

Commit f2689fb

Browse files
committed
fix: Remove CocoaPods reinstall action
1 parent 816eb24 commit f2689fb

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/compile.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -59,36 +59,6 @@ jobs:
5959
with:
6060
submodules: recursive
6161

62-
- name: Check flutter found
63-
id: check_flutter
64-
shell: bash
65-
run: |
66-
if flutter --version; then
67-
echo "installed=true" >> "$GITHUB_OUTPUT"
68-
else
69-
echo "installed=false" >> "$GITHUB_OUTPUT"
70-
fi
71-
72-
- name: Setup flutter
73-
if: steps.check_flutter.outputs.installed == 'false'
74-
uses: subosito/flutter-action@v2
75-
with:
76-
channel: "stable"
77-
flutter-version: '3.7.12'
78-
cache: true
79-
80-
# Step to clear CocoaPods cache and reinstall pods
81-
- name: Reinstall CocoaPods
82-
run: |
83-
flutter pub get
84-
cd ios
85-
echo "Current Directory:"
86-
pwd
87-
echo "Contents of Current Directory:"
88-
ls -la
89-
pod install --repo-update
90-
91-
9262
- uses: sheenhx/action-flutter-build-ios@v1
9363
with:
9464
# always use --export-options-plist=ios/GithubActionsExportOptions.plist

0 commit comments

Comments
 (0)