From d74e2c6ec0ba9caa8fe7df971e8916228a6e2e36 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 22 Jan 2024 18:37:50 -0600 Subject: [PATCH] invalidate the caches, sigh --- .github/actions/cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache/action.yml b/.github/actions/cache/action.yml index b806abd215a2..6cf0f08e56a8 100644 --- a/.github/actions/cache/action.yml +++ b/.github/actions/cache/action.yml @@ -17,5 +17,5 @@ runs: shell: bash - uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 with: - key: ${{ steps.normalized-key.outputs.key }} + key: ${{ steps.normalized-key.outputs.key }}-1 workspaces: "./src/rust/ -> target"