File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
- ~/.cargo/registry/index/
35
35
- ~/.cargo/registry/cache/
36
36
- ~/.cargo/git/db/
37
- key : ${{ runner.OS }}-cargo-msrv-${{ hashFiles('**/Cargo.lock') }}
37
+ key : ${{ runner.OS }}-cargo-msrv-2- ${{ hashFiles('**/Cargo.lock') }}
38
38
restore-keys : |
39
- ${{ runner.OS }}-cargo-msrv-
39
+ ${{ runner.OS }}-cargo-msrv-2-
40
40
41
41
- name : install cargo-msrv
42
42
uses : actions-rs/install@v0.1
79
79
- ~/.cargo/registry/index/
80
80
- ~/.cargo/registry/cache/
81
81
- ~/.cargo/git/db/
82
- key : ${{ runner.OS }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
82
+ key : ${{ runner.OS }}-cargo-build-2- ${{ hashFiles('**/Cargo.lock') }}
83
83
restore-keys : |
84
- ${{ runner.OS }}-cargo-build-
84
+ ${{ runner.OS }}-cargo-build-2-
85
85
86
86
- name : Cache Build Output Dependencies
87
87
uses : actions/cache@v2
@@ -121,9 +121,9 @@ jobs:
121
121
- ~/.cargo/registry/index/
122
122
- ~/.cargo/registry/cache/
123
123
- ~/.cargo/git/db/
124
- key : ${{ runner.OS }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
124
+ key : ${{ runner.OS }}-cargo-test-2- ${{ hashFiles('**/Cargo.lock') }}
125
125
restore-keys : |
126
- ${{ runner.OS }}-cargo-test-
126
+ ${{ runner.OS }}-cargo-test-2-
127
127
128
128
- name : Cache Build Output Dependencies
129
129
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments