Skip to content

Commit

Permalink
fix: Syntax error in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Nov 28, 2024
1 parent a82860e commit d9d400a
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d9d400a

Please sign in to comment.