From d5d8913e94cd522227796f96e02bee44645b63a5 Mon Sep 17 00:00:00 2001 From: Sewer56 Date: Fri, 21 Jun 2024 20:33:32 +0100 Subject: [PATCH] Added: Missing Target from Cache Key --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 632694e..5039d05 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: if: inputs.setup-rust-cache == 'true' uses: Swatinem/rust-cache@v2 with: - key: ${{ inputs.rust-project-path }} + key: ${{ inputs.rust-project-path }}+${{ inputs.target }} cache-on-failure: true workspaces: | ${{ inputs.rust-project-path }} -> target