From 3307e4609c1f9d84c4a63ddcab57659b3061e303 Mon Sep 17 00:00:00 2001 From: Nguyen Thai Date: Thu, 29 Sep 2022 16:46:57 +0700 Subject: [PATCH] Updated cache to include all pubspec.lock files --- .github/workflows/analyze-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze-test.yaml b/.github/workflows/analyze-test.yaml index 749e9a457..2e21a5916 100644 --- a/.github/workflows/analyze-test.yaml +++ b/.github/workflows/analyze-test.yaml @@ -27,7 +27,7 @@ jobs: flutter-version: "3.0.5" channel: "stable" 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 - name: Run prebuild