From d0b4ab4c2636034d9ebbd736662cc5a6ac8ab750 Mon Sep 17 00:00:00 2001 From: neeleshpoli <72574589+neeleshpoli@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:09:03 -0600 Subject: [PATCH] Add cache key for Flutter cache so that builds stop failing --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff18eca..774e9cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build mobile app on: push: - branches: ['main'] + branches: ["main"] jobs: build_android_apk: @@ -49,6 +49,7 @@ jobs: with: channel: stable cache: true + cache-key: "pub-cache-${{ runner.os }}-${{ hashFiles('pubspec.lock') }}" - name: Cache CocoaPods Dependencies uses: actions/cache@v4