fix(ci): correct mismatched cache keys

This commit is contained in:
lily 2025-04-20 15:39:18 -04:00 committed by BitSyndicate
parent 5e3c20c759
commit 2f3381b0f1
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

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