File tree 1 file changed +3
-3
lines changed
src/tools/rust-analyzer/.github/workflows
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
- name : Restore cargo cache
29
29
uses : Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
30
30
with :
31
- key : ${{ runner.os }}-cargo-${{ github.sha }}
31
+ shared- key : ${{ runner.os }}-cargo-metrics -${{ github.sha }}
32
32
cache-targets : " false"
33
33
34
34
- name : Collect build metrics
37
37
- name : Cache target
38
38
uses : Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
39
39
with :
40
- key : ${{ runner.os }}-cargo-${{ github.sha }}
40
+ shared- key : ${{ runner.os }}-cargo-metrics -${{ github.sha }}
41
41
cache-targets : " true"
42
42
43
43
- name : Upload build metrics
67
67
- name : Restore cargo cache
68
68
uses : Swatinem/rust-cache@9bdad043e88c75890e36ad3bbc8d27f0090dd609
69
69
with :
70
- key : ${{ runner.os }}-cargo-${{ github.sha }}
70
+ shared- key : ${{ runner.os }}-cargo-metrics -${{ github.sha }}
71
71
cache-targets : " true"
72
72
73
73
- name : Collect metrics
You can’t perform that action at this time.
0 commit comments