From 9d0278f317cbadf685fa364ec8f550173ec95be2 Mon Sep 17 00:00:00 2001 From: Jonathan Daniel Date: Tue, 23 Jul 2024 21:30:58 +0300 Subject: [PATCH] Start a new cache manually https://github.com/Swatinem/rust-cache?tab=readme-ov-file#example-usage --- .github/workflows/setup-rust-cache/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/setup-rust-cache/action.yml b/.github/workflows/setup-rust-cache/action.yml index ff123aaa..a01726d5 100644 --- a/.github/workflows/setup-rust-cache/action.yml +++ b/.github/workflows/setup-rust-cache/action.yml @@ -19,3 +19,4 @@ 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