ci: include target in cache key

Avoid cache keys colliding between build jobs running on the same OS.
This commit is contained in:
Matthias Schiffer 2025-03-14 12:19:39 +01:00
parent c49ad6e608
commit d6cd0fc53b
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -131,6 +131,8 @@ jobs:
targets: '${{ matrix.target }}'
- uses: swatinem/rust-cache@v2
with:
key: '${{ matrix.target }}'
- name: 'Build'
shell: 'bash'