Cleanup cache keys
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl
2020-11-23 14:36:43 +01:00
parent 002119324f
commit 175b7c828b
3 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
./target
key: release-${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
key: release-${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Cargo build
uses: actions-rs/cargo@v1