github: don't cache build artifacts for nix check

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-07-12 22:39:35 +05:30
parent 14e35b73d2
commit bf418d6367
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -16,7 +16,6 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install Nix