File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inputs:
20
20
cache_name :
21
21
description : The name of the cache to save/restore
22
22
required : true
23
- default : test
23
+ default : v2- test
24
24
25
25
runs :
26
26
using : composite
41
41
CACHE_SKIP_SAVE : ${{ inputs.save_cache == '' || inputs.save_cache == 'false' }}
42
42
with :
43
43
version : v0.2.15
44
- shared-key : v2- ${{ inputs.cache_name }} # change this to invalidate sccache for this job
44
+ shared-key : ${{ inputs.cache_name }} # change this to invalidate sccache for this job
45
45
- name : Running ${{ inputs.command }}
46
46
uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
47
47
env :
Original file line number Diff line number Diff line change 75
75
command : version
76
76
components : llvm-tools-preview
77
77
github_token : ${{ secrets.GITHUB_TOKEN }}
78
- cache_name : cov
78
+ cache_name : v3- cov
79
79
save_cache : true
80
80
- name : Put LLVM tools into the PATH
81
81
run : echo "${HOME}/.rustup/toolchains/$(cat rust-toolchain)-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments