Merge pull request #37 from github/aibaars-patch-1

Change cache key
This commit is contained in:
Nick Rolfe
2020-11-13 11:33:31 +00:00
committed by GitHub

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