File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 uses : actions/cache@v2
5353 with :
5454 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') }}
5656 restore-keys : |
5757 ${{ runner.os }}-x86_64-unknown-linux-gnu
5858
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 uses : actions/cache@v2
102102 with :
103103 path : ~/.cargo
104- key : ${{ runner.os }}-${{ matrix.host }}-${{ hashFiles('Cargo.lock') }}
104+ key : ${{ runner.os }}-${{ matrix.host }}-v2- ${{ hashFiles('Cargo.lock') }}
105105 restore-keys : |
106106 ${{ runner.os }}-${{ matrix.host }}
107107
@@ -183,7 +183,7 @@ jobs:
183183 uses : actions/cache@v2
184184 with :
185185 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') }}
187187 restore-keys : |
188188 ${{ runner.os }}-x86_64-unknown-linux-gnu
189189
@@ -261,7 +261,7 @@ jobs:
261261 uses : actions/cache@v2
262262 with :
263263 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') }}
265265 restore-keys : |
266266 ${{ runner.os }}-x86_64-unknown-linux-gnu
267267
You can’t perform that action at this time.
0 commit comments