devops: fix cache?

This commit is contained in:
EETagent 2023-01-09 17:06:09 +01:00
parent 9a9d4355a8
commit a91399f4e7

View file

@ -40,7 +40,6 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Build 🔨
run: cargo build --verbose