Skip to content

Commit 0ff5b29

Browse files
committed
build: update flutter setup in deploy workflow
- Removed flutter version spec - Using stable channel
1 parent fe6fe7b commit 0ff5b29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- name: Setup Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20-
flutter-version: '3.32.x' # Specify the Flutter version you want to use
2120
channel: 'stable' # Use the stable channel of Flutter
2221

2322
# 3. Get Flutter dependencies

0 commit comments

Comments
 (0)