Skip to content

Commit

Permalink
fix flutter sdk version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s authored Feb 2, 2024
1 parent c97cd20 commit e2fe057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- uses: subosito/flutter-action@v2
name: Set up Flutter SDK
with:
flutter-version: 3.7.7
flutter-version: '>=3.2.0 <4.0.0'
channel: 'stable'
cache: true

- name: Retrieve the secret and decode it to a file
env:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ build/


# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols
Expand Down

0 comments on commit e2fe057

Please sign in to comment.