From bbc940f1cf5120701914fe0daec57ad96867d6bd Mon Sep 17 00:00:00 2001 From: thaihuynhxyz Date: Tue, 10 Mar 2026 15:21:05 +0700 Subject: [PATCH] ci: cache Flutter SDK to speed up pipeline Made-with: Cursor --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e349b7..a12a36f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: stable + cache: true - name: Install dependencies run: flutter pub get