Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.

Commit 6215edb

Browse files
hendrikmaushannobraun
authored andcommitted
ci: include the target in the cache key
1 parent 04704b9 commit 6215edb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Cache
4040
uses: Swatinem/rust-cache@v1
41+
with:
42+
key: ${{ matrix.target }}
4143

4244
- name: Compile
4345
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)