File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,10 @@ jobs:
63
63
~/.cargo/registry/cache/
64
64
~/.cargo/git/db/
65
65
target/
66
- key : rust-cargo-${{ hashFiles('**/Cargo.lock') }}-format
66
+ key : format- rust-cargo-${{ hashFiles('**/Cargo.lock') }}
67
67
restore-keys : |
68
- rust-cargo-${{ hashFiles('**/Cargo.lock') }}-format
69
- rust-cargo-${{ hashFiles('**/Cargo.lock') }}-
70
- rust-cargo-
68
+ format-rust-cargo-${{ hashFiles('**/Cargo.lock') }}
69
+ format-rust-cargo-
71
70
72
71
- uses : actions-rs/cargo@v1
73
72
with :
87
86
~/.cargo/registry/cache/
88
87
~/.cargo/git/db/
89
88
target/
90
- key : rust-cargo-${{ hashFiles('**/Cargo.lock') }}-format
89
+ key : rust-cargo-${{ hashFiles('**/Cargo.lock') }}-clippy
91
90
restore-keys : |
92
- rust-cargo-${{ hashFiles('**/Cargo.lock') }}-format
91
+ rust-cargo-${{ hashFiles('**/Cargo.lock') }}-clippy
93
92
rust-cargo-${{ hashFiles('**/Cargo.lock') }}-
94
93
rust-cargo-
95
94
You can’t perform that action at this time.
0 commit comments