From 83918c8800a62130dbcbd56a9c2d7bce4f3f8536 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Wed, 6 Mar 2024 19:27:21 -0800 Subject: [PATCH] no windows cache --- .github/workflows/celest_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index 87c4dfee..9208361b 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -136,7 +136,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 with: - cache: true + cache: false - name: Get Packages working-directory: packages/celest_core run: dart pub get