diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 053256b6..f80d0b37 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -57,36 +57,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - # - name: Check flutter found - # id: check_flutter - # shell: bash - # run: | - # if flutter --version; then - # echo "installed=true" >> "$GITHUB_OUTPUT" - # else - # echo "installed=false" >> "$GITHUB_OUTPUT" - # fi - - # - name: Setup flutter - # if: steps.check_flutter.outputs.installed == 'false' - # uses: subosito/flutter-action@v2 - # with: - # channel: "stable" - # flutter-version: '3.24.5' - # cache: true - - # # Step to clear CocoaPods cache and reinstall pods - # - name: Reinstall CocoaPods - # run: | - # flutter pub get - # cd ios - # echo "Current Directory:" - # pwd - # echo "Contents of Current Directory:" - # ls -la - # pod install --repo-update - # echo "Contents of Current Directory:" - # ls -la - uses: sheenhx/action-flutter-build-ios@v1 with: