File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
- ~/.cargo/git/db/
37
37
key : ${{ runner.OS }}-cargo-msrv-${{ hashFiles('**/Cargo.lock') }}
38
38
restore-keys : |
39
- ${{ runner.OS }}-cargo-msrv
39
+ ${{ runner.OS }}-cargo-msrv-
40
40
41
41
- name : install cargo-msrv
42
42
uses : actions-rs/install@v0.1
81
81
- ~/.cargo/git/db/
82
82
key : ${{ runner.OS }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
83
83
restore-keys : |
84
- ${{ runner.OS }}-cargo-build
84
+ ${{ runner.OS }}-cargo-build-
85
85
86
86
- name : Cache Build Output Dependencies
87
87
uses : actions/cache@v2
@@ -123,15 +123,15 @@ jobs:
123
123
- ~/.cargo/git/db/
124
124
key : ${{ runner.OS }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
125
125
restore-keys : |
126
- ${{ runner.OS }}-cargo-test
126
+ ${{ runner.OS }}-cargo-test-
127
127
128
128
- name : Cache Build Output Dependencies
129
129
uses : actions/cache@v2
130
130
with :
131
131
path : target
132
132
key : ${{ runner.OS }}-test-${{ hashFiles('**/Cargo.lock') }}
133
133
restore-keys : |
134
- ${{ runner.OS }}-test
134
+ ${{ runner.OS }}-test-
135
135
136
136
- name : Check Formatting
137
137
run : cargo fmt --check
You can’t perform that action at this time.
0 commit comments