]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: use a unique id for the commit check cargo cache 5652/head
authorJason Ish <jason.ish@oisf.net>
Thu, 10 Dec 2020 15:48:06 +0000 (09:48 -0600)
committerJeff Lucovsky <jeff@lucovsky.org>
Fri, 11 Dec 2020 13:01:42 +0000 (08:01 -0500)
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 49ca070446cdca49afc42d71aaedaa9a1b458897)

.github/workflows/commits.yml

index 4742c36f88f75621df4bf816ea8a8457c3491810..067284bde2296f6581459d7a391eeddc76d1d76a 100644 (file)
@@ -14,7 +14,7 @@ jobs:
         uses: actions/cache@v1
         with:
           path: ~/.cargo
-          key: cargo
+          key: commit-check-cargo
       - name: Install dependencies
         run: |
           apt update