File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
uses : actions/cache@v2
53
53
with :
54
54
path : ~/.cargo
55
- key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
55
+ key : ${{ runner.os }}-x86_64-unknown-linux-gnu-v2- ${{ hashFiles('Cargo.lock') }}
56
56
restore-keys : |
57
57
${{ runner.os }}-x86_64-unknown-linux-gnu
58
58
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
uses : actions/cache@v2
102
102
with :
103
103
path : ~/.cargo
104
- key : ${{ runner.os }}-${{ matrix.host }}-${{ hashFiles('Cargo.lock') }}
104
+ key : ${{ runner.os }}-${{ matrix.host }}-v2- ${{ hashFiles('Cargo.lock') }}
105
105
restore-keys : |
106
106
${{ runner.os }}-${{ matrix.host }}
107
107
@@ -183,7 +183,7 @@ jobs:
183
183
uses : actions/cache@v2
184
184
with :
185
185
path : ~/.cargo
186
- key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
186
+ key : ${{ runner.os }}-x86_64-unknown-linux-gnu-v2- ${{ hashFiles('Cargo.lock') }}
187
187
restore-keys : |
188
188
${{ runner.os }}-x86_64-unknown-linux-gnu
189
189
@@ -261,7 +261,7 @@ jobs:
261
261
uses : actions/cache@v2
262
262
with :
263
263
path : ~/.cargo
264
- key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
264
+ key : ${{ runner.os }}-x86_64-unknown-linux-gnu-v2- ${{ hashFiles('Cargo.lock') }}
265
265
restore-keys : |
266
266
${{ runner.os }}-x86_64-unknown-linux-gnu
267
267
You can’t perform that action at this time.
0 commit comments