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.

(cherry picked from commit 49ca070446)
pull/5726/head
Jason Ish 6 years ago committed by Victor Julien
parent febdd648b6
commit 4d5e1158b0

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

Loading…
Cancel
Save