cargo cache

This commit is contained in:
Sean OMeara 2022-12-14 13:26:19 +01:00
commit 9993f20040

View file

@ -29,7 +29,6 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Lint
run: |
cargo fmt --all -- --check