From 30dce20a642320a4c7b02b771582b15a0e79eefd Mon Sep 17 00:00:00 2001 From: Rory Campbell Date: Mon, 1 Aug 2022 15:28:03 +0100 Subject: [PATCH] invalidate ci cache --- .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 1ffc5c55..4fdd0467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # have changed. If you do not want to cache compiled output, remove # the `output` path. with: - key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }} + key: k1-${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }} path: | .spago output