From 834e8c614010487280fb89c996b864bed803981d Mon Sep 17 00:00:00 2001 From: Jonathan Daniel Date: Tue, 23 Jul 2024 23:06:13 +0300 Subject: [PATCH] Revert "Start a new cache manually" This reverts commit 9d0278f317cbadf685fa364ec8f550173ec95be2. --- .github/workflows/setup-rust-cache/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/setup-rust-cache/action.yml b/.github/workflows/setup-rust-cache/action.yml index a01726d5..ff123aaa 100644 --- a/.github/workflows/setup-rust-cache/action.yml +++ b/.github/workflows/setup-rust-cache/action.yml @@ -19,4 +19,3 @@ runs: save-if: ${{ github.ref == 'refs/heads/main' }} # Further, save the cache per key - e.g. language grouping. key: ${{ inputs.key }} - prefix-key: v1-rust