From 43a99952ebd931f1222442208167ab7ab5126068 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Wed, 6 Mar 2024 13:57:31 -0800 Subject: [PATCH] fix workflow --- .github/workflows/celest_core.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index 2e253db0..9d465c78 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -31,7 +31,6 @@ jobs: - name: Format working-directory: packages/celest_core run: dart format --set-exit-if-changed . - cache: true test_darwin: needs: analyze_and_format runs-on: macos-13-large