Merge pull request #72 from neocturne/ci-cache-key

ci: include target in cache key
This commit is contained in:
Matthias Schiffer 2025-03-14 12:26:57 +01:00 committed by GitHub
commit 0f52f6a2c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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