File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 with :
130130 path : target
131131 key : lints-target-rust_${{ steps.toolchain.outputs.rustc_hash }}-features_${{ matrix.features }}-lock_${{ hashFiles('**/Cargo.toml') }}
132- restore_keys : |
132+ restore-keys : |
133133 lints-target-rust_${{ steps.toolchain.outputs.rustc_hash }}-features_${{ matrix.features }}
134134 lints-target-rust_${{ steps.toolchain.outputs.rustc_hash }}
135135
@@ -203,7 +203,7 @@ jobs:
203203 with :
204204 path : target
205205 key : test-target-os_${{ runner.os }}-rust_${{ steps.toolchain.outputs.rustc_hash }}-features_${{ matrix.features }}-lock_${{ hashFiles('**/Cargo.toml') }}
206- restore_keys : |
206+ restore-keys : |
207207 test-target-os_${{ runner.os }}-rust_${{ steps.toolchain.outputs.rustc_hash }}-features_${{ matrix.features }}
208208 test-target-os_${{ runner.os }}-rust_${{ steps.toolchain.outputs.rustc_hash }}
209209
You can’t perform that action at this time.
0 commit comments