Updated cache to include all pubspec.lock files

This commit is contained in:
Nguyen Thai
2022-09-29 16:46:57 +07:00
committed by Dat H. Pham
parent 72a724a9b9
commit c683d4a4cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
flutter-version: "3.0.5"
channel: "stable"
cache: true
cache-key: deps-${{ hashFiles('pubspec.lock') }} # optional, change this to force refresh cache
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
- name: Setup Android environment
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
flutter-version: "3.0.5"
channel: "stable"
cache: true
cache-key: deps-${{ hashFiles('pubspec.lock') }} # optional, change this to force refresh cache
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
- name: Setup Android environment