Skip to content

Commit

Permalink
change cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Sep 18, 2024
1 parent e9fb753 commit 821f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rust_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
~/.cargo/registry/cache/
~/.cargo/git/db/
rust/target/
key: ${{ inputs.os }}-cargo-${{ inputs.target }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ inputs.os }}-cargo-${{ inputs.target }}-${{ hashFiles('**/Cargo.toml') }}
restore-keys: ${{ inputs.os }}-cargo-
- name: install deps
shell: bash
Expand Down

0 comments on commit 821f046

Please sign in to comment.