fix(ci): correct mismatched cache keys

This commit is contained in:
lily 2025-04-20 15:39:18 -04:00
parent 4678061693
commit 41dff49da2

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