Skip to content

Commit a4aa630

Browse files
committed
Auto merge of #3289 - Turbo87:ci-cache, r=jtgeibel
CI: Bump cargo binaries cache version This should hopefully allow cargo-tarpaulin to be cached correctly
2 parents 933f93b + cd88d29 commit a4aa630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/cache@v2
123123
with:
124124
path: ~/.cargo/bin
125-
key: ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-${{ hashFiles('.diesel_version') }}
125+
key: ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-${{ hashFiles('.diesel_version') }}-v2
126126

127127
# Current size as of 2019-12-23: ~77 MB
128128
- name: Cache cargo registry cache

0 commit comments

Comments
 (0)