Updated cache to include all pubspec.lock files
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
flutter-version: "3.0.5"
|
flutter-version: "3.0.5"
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
cache: true
|
cache: true
|
||||||
cache-key: "deps-${{ hashFiles('pubspec.lock') }}"
|
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
|
||||||
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
|
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
|
||||||
|
|
||||||
- name: Run prebuild
|
- name: Run prebuild
|
||||||
|
|||||||
Reference in New Issue
Block a user