Skip to content

Commit

Permalink
Added: Missing Target from Cache Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 21, 2024
1 parent 94aabb6 commit d5d8913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d8913

Please sign in to comment.