Skip to content

Commit f1ad4a8

Browse files
committed
build: update flutter action and enable caching
- Updated flutter action version - Enabled caching dependencies
1 parent 5133168 commit f1ad4a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- name: Setup Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20+
flutter-version: '3.22.x' # Specify the Flutter version you want to use
21+
cache: true # Enable caching for Flutter dependencies
2022
channel: 'stable' # Use the stable channel of Flutter
2123

2224
# 3. Get Flutter dependencies

0 commit comments

Comments
 (0)