Skip to content

Commit

Permalink
github-ci: use a unique id for the commit check cargo cache
Browse files Browse the repository at this point in the history
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 49ca070)
  • Loading branch information
jasonish authored and victorjulien committed Jan 14, 2021
1 parent febdd64 commit 4d5e115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.cargo
key: cargo
key: commit-check-cargo
- name: Install dependencies
run: |
apt update
Expand Down

0 comments on commit 4d5e115

Please sign in to comment.