mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-12 00:05:07 +02:00
ci: include target in cache key
Avoid cache keys colliding between build jobs running on the same OS.
This commit is contained in:
parent
c49ad6e608
commit
d6cd0fc53b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/MinedMap.yml
vendored
2
.github/workflows/MinedMap.yml
vendored
|
@ -131,6 +131,8 @@ jobs:
|
|||
targets: '${{ matrix.target }}'
|
||||
|
||||
- uses: swatinem/rust-cache@v2
|
||||
with:
|
||||
key: '${{ matrix.target }}'
|
||||
|
||||
- name: 'Build'
|
||||
shell: 'bash'
|
||||
|
|
Loading…
Add table
Reference in a new issue