From 20ea0bc9981b36658eb0eb2b16ec547c28e4bcf2 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 21 Jan 2024 12:18:29 -0600 Subject: [PATCH] fix(ci): Add a cache prestep --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e17245a..9d2fef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: needs: [lint] test: uses: ./.github/workflows/test.yml - needs: [lint,cache] + needs: [lint, cache]