Skip to content

Commit

Permalink
#30 fix flutter install path
Browse files Browse the repository at this point in the history
  • Loading branch information
FM-Devoteam committed Oct 24, 2024
1 parent bd856dc commit f9882fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.0' # Specify the Flutter version that includes Dart SDK 3.5.3
flutter-version: '3.24.3' # Specify the Flutter version that includes Dart SDK 3.5.3
channel: stable # Adjust this if you need a different channel

# Verify Flutter and Dart installation
Expand Down

0 comments on commit f9882fe

Please sign in to comment.