From 529507f597ac77e13704570fbb94d7b9f6c5c85e Mon Sep 17 00:00:00 2001 From: sahani-deriv <125638269+sahani-deriv@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:54:38 +0800 Subject: [PATCH] ci: enable flutter cache --- .github/workflows/version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 6cc3f40df..d286105a5 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -34,6 +34,7 @@ jobs: with: channel: "stable" flutter-version: "3.10.2" + cache: true - name: Setup Melos uses: bluefireteam/melos-action@v1