Skip to content

Commit 8464240

Browse files
committed
ci: restore cache properly
1 parent 4e90093 commit 8464240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ jobs:
141141
packages/*/lib/src/app/*.gm.dart
142142
packages/*/lib/src/l10n/app_localizations.dart
143143
packages/*/lib/src/l10n/app_localizations_*.dart
144-
key: ${{ runner.os }}-${{ steps.flutter.outputs.CHANNEL }}-dart-${{ hashFiles('**/build.yaml') }}
144+
key: generated-${{ steps.flutter.outputs.CHANNEL }}-${{ runner.os }}-${{ hashFiles('**/build.yaml') }}-${{ hashFiles('packages/*/lib/**.dart') }}
145+
restore-keys: generated-${{ steps.flutter.outputs.CHANNEL }}-${{ runner.os }}-
145146
- name: 📦 Install dependencies
146147
uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa # v3
147148
with:

0 commit comments

Comments
 (0)