File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 - ~/.cargo/registry/index/
3535 - ~/.cargo/registry/cache/
3636 - ~/.cargo/git/db/
37- key : ${{ runner.OS }}-cargo-msrv-${{ hashFiles('**/Cargo.lock') }}
37+ key : ${{ runner.OS }}-cargo-msrv-2- ${{ hashFiles('**/Cargo.lock') }}
3838 restore-keys : |
39- ${{ runner.OS }}-cargo-msrv-
39+ ${{ runner.OS }}-cargo-msrv-2-
4040
4141 - name : install cargo-msrv
4242 uses : actions-rs/install@v0.1
7979 - ~/.cargo/registry/index/
8080 - ~/.cargo/registry/cache/
8181 - ~/.cargo/git/db/
82- key : ${{ runner.OS }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
82+ key : ${{ runner.OS }}-cargo-build-2- ${{ hashFiles('**/Cargo.lock') }}
8383 restore-keys : |
84- ${{ runner.OS }}-cargo-build-
84+ ${{ runner.OS }}-cargo-build-2-
8585
8686 - name : Cache Build Output Dependencies
8787 uses : actions/cache@v2
@@ -121,9 +121,9 @@ jobs:
121121 - ~/.cargo/registry/index/
122122 - ~/.cargo/registry/cache/
123123 - ~/.cargo/git/db/
124- key : ${{ runner.OS }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
124+ key : ${{ runner.OS }}-cargo-test-2- ${{ hashFiles('**/Cargo.lock') }}
125125 restore-keys : |
126- ${{ runner.OS }}-cargo-test-
126+ ${{ runner.OS }}-cargo-test-2-
127127
128128 - name : Cache Build Output Dependencies
129129 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments