fix(ci): correct mismatched cache keys
This commit is contained in:
parent
4678061693
commit
41dff49da2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
path: |
|
||||
~/.cargo/bin
|
||||
/tmp/zig
|
||||
key: tools-v1-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: cargo-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: 🦀 Install Rust toolchain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue