Skip to content

Commit 0415d4f

Browse files
committed
remove rust cache key, as it wasn't working
1 parent a144d03 commit 0415d4f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build-deb.yml

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

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

2927
- name: Install Varnish from packagecloud
3028
run: |

.github/workflows/test.yml

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

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

2725
- name: Install Varnish from packagecloud
2826
run: |

0 commit comments

Comments
 (0)