From 650f754cde64b44899c3f3e0f3905d87b4818e9d Mon Sep 17 00:00:00 2001 From: Evan Cordell Date: Fri, 18 Mar 2022 09:02:36 -0400 Subject: [PATCH] use cache key that matches chaosd version Co-authored-by: Sam Kim --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 84fd3bbbbf..af03b2d90b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -82,7 +82,7 @@ jobs: e2e/newenemy/chaosd e2e/newenemy/watchmaker # this key will need to be bumped when dependencies are changed - key: "cockroach-v21.2.7-chaosd-v1.2.1" + key: "cockroach-v21.2.7-chaosd-v1.1.1" - name: "Install cockroachdb and chaosd" if: "steps.cache-binaries.outputs.cache-hit != 'true'" working-directory: "e2e/newenemy"