Skip to content

Commit 3025e85

Browse files
committed
Correct actions syntax
1 parent 8e9baef commit 3025e85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
path: ~/.cargo/registry/cache
104104
key: ${{ runner.os }}-cargo-registry-cache-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
105-
restore-key: |
105+
restore-keys: |
106106
${{ runner.os }}-cargo-registry-cache-${{ matrix.rust }}-
107107
${{ runner.os }}-cargo-registry-cache-
108108
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
path: ~/.cargo/registry/index
114114
key: ${{ runner.os }}-cargo-registry-index-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
115-
restore-key: |
115+
restore-keys: |
116116
${{ runner.os }}-cargo-registry-index-${{ matrix.rust }}-
117117
${{ runner.os }}-cargo-registry-index-
118118
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
path: ~/.cargo/git/db
124124
key: ${{ runner.os }}-cargo-git-db-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
125-
restore-key: |
125+
restore-keys: |
126126
${{ runner.os }}-cargo-git-db-${{ matrix.rust }}-
127127
${{ runner.os }}-cargo-git-db-
128128
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
path: target
154154
key: ${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
155-
restore-key: |
155+
restore-keys: |
156156
${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-
157157
158158
- name: Cargo clean on new rustc version

0 commit comments

Comments
 (0)