Skip to content

Commit 0f52f6a

Browse files
authored
Merge pull request #72 from neocturne/ci-cache-key
ci: include target in cache key
2 parents c49ad6e + d6cd0fc commit 0f52f6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/MinedMap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
targets: '${{ matrix.target }}'
132132

133133
- uses: swatinem/rust-cache@v2
134+
with:
135+
key: '${{ matrix.target }}'
134136

135137
- name: 'Build'
136138
shell: 'bash'

0 commit comments

Comments
 (0)