[gh actions] Invalidate cargo-registry cache

This commit is contained in:
bjorn3 2020-03-14 12:49:52 +01:00
parent bed829389e
commit 9fd8b84a4b

View File

@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-registry2-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo index
uses: actions/cache@v1