Skip to content

Commit 07d341b

Browse files
committed
bump keys to try to fix what cache they hit
1 parent bb81164 commit 07d341b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
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
@@ -79,9 +79,9 @@ jobs:
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

0 commit comments

Comments
 (0)