Skip to content

Commit 79cf7d0

Browse files
committed
Invalidate SSCACHE on github
Current SSCACHE is stuck due to: actions/toolkit#658 The simplest solution is to invalidate it by switching the start of the cache key to v1. Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 75aed98 commit 79cf7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
version: v0.2.15
7676
# change this to invalidate sccache for this job
77-
shared-key: v0
77+
shared-key: v1
7878
- name: Runing ${{ matrix.command }}
7979
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
8080
with:

0 commit comments

Comments
 (0)