Skip to content

Commit 6a8da8d

Browse files
committed
fix cache prefix-key again
1 parent 8fd722f commit 6a8da8d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-deb.yml

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

2424
- name: Cache Rust dependencies
2525
uses: Swatinem/rust-cache@v2
26+
with:
27+
prefix-key: ${{ matrix.varnish }}
2628

2729
- name: Install Varnish from packagecloud
2830
run: |

.github/workflows/test.yml

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

2222
- name: Cache Rust dependencies
2323
uses: Swatinem/rust-cache@v2
24+
with:
25+
prefix-key: ${{ matrix.varnish }}
2426

2527
- name: Install Varnish from packagecloud
2628
run: |

0 commit comments

Comments
 (0)