mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-12 00:05:07 +02:00
Merge pull request #72 from neocturne/ci-cache-key
ci: include target in cache key
This commit is contained in:
commit
0f52f6a2c1
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