Skip to content

Commit 12c704b

Browse files
committed
Fix bad spelling
1 parent d23933e commit 12c704b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)