github-ci: use a unique id for the commit check cargo cache

All builds have been using the same cache id for ~/.cargo which
could lead us to conflict situations which is what I think we are
seeing with the commit-check job.
pull/5649/head
Jason Ish 5 years ago
parent 6c19e7d0d4
commit 49ca070446

@ -14,7 +14,7 @@ jobs:
uses: actions/cache@v1 uses: actions/cache@v1
with: with:
path: ~/.cargo path: ~/.cargo
key: cargo key: commit-check-cargo
- name: Install dependencies - name: Install dependencies
run: | run: |
apt update apt update

Loading…
Cancel
Save