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 @@ -102,7 +102,7 @@ jobs:
102
102
with :
103
103
path : ~/.cargo/registry/cache
104
104
key : ${{ runner.os }}-cargo-registry-cache-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
105
- restore-key : |
105
+ restore-keys : |
106
106
${{ runner.os }}-cargo-registry-cache-${{ matrix.rust }}-
107
107
${{ runner.os }}-cargo-registry-cache-
108
108
@@ -112,7 +112,7 @@ jobs:
112
112
with :
113
113
path : ~/.cargo/registry/index
114
114
key : ${{ runner.os }}-cargo-registry-index-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
115
- restore-key : |
115
+ restore-keys : |
116
116
${{ runner.os }}-cargo-registry-index-${{ matrix.rust }}-
117
117
${{ runner.os }}-cargo-registry-index-
118
118
@@ -122,7 +122,7 @@ jobs:
122
122
with :
123
123
path : ~/.cargo/git/db
124
124
key : ${{ runner.os }}-cargo-git-db-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
125
- restore-key : |
125
+ restore-keys : |
126
126
${{ runner.os }}-cargo-git-db-${{ matrix.rust }}-
127
127
${{ runner.os }}-cargo-git-db-
128
128
@@ -152,7 +152,7 @@ jobs:
152
152
with :
153
153
path : target
154
154
key : ${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
155
- restore-key : |
155
+ restore-keys : |
156
156
${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-
157
157
158
158
- name : Cargo clean on new rustc version
You can’t perform that action at this time.
0 commit comments