Skip to content

Commit 836542a

Browse files
check
1 parent 430a3d7 commit 836542a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/publish_package.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,17 @@ jobs:
1818
- name: Setup Flutter
1919
uses: subosito/flutter-action@v2
2020
with:
21-
flutter-version: '3.24.4' # Includes Dart 3.6.0
22-
channel: 'stable'
23-
cache: true
21+
flutter-version: '3.24.4' # Should include Dart 3.6.0
22+
channel: 'stable'
23+
cache: true
24+
cache-key: flutter-3.24.4 # Force cache refresh for this version
25+
cache-path: ~/.pub-cache
26+
27+
- name: Verify Flutter version
28+
run: |
29+
flutter --version
30+
dart --version
31+
2432
2533
- name: Install dependencies
2634
run: flutter pub get

0 commit comments

Comments
 (0)