fix(ci): correct mismatched cache keys

This commit is contained in:
lily 2025-04-20 15:39:18 -04:00
parent 97a41a2983
commit 0780fb8068
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 601F3263FBCBC4B9

View file

@ -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