Change cache key

This commit is contained in:
Arthur Baars
2020-11-12 19:11:04 +01:00
committed by GitHub
parent 402c348e37
commit 5fe3bf138c

View File

@@ -26,7 +26,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-rust-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.lock') }}
- name: Check formatting
run: cargo fmt --all -- --check
- name: Build