]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: really reset coverity cache
authorVincent Bernat <vincent@bernat.ch>
Sun, 18 Sep 2022 07:25:14 +0000 (09:25 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sun, 18 Sep 2022 07:25:14 +0000 (09:25 +0200)
.github/workflows/coverity.yml

index b9e3c2a4cf830f7900ff77e1268ba3b36d6cd181..b513a1dddfb9dd3c02d1459e49991003177570cd 100644 (file)
@@ -30,9 +30,7 @@ jobs:
         id: cache
         with:
           path: coverity-latest.tar.gz
-          key: ${{ runner.os }}-coverity-${{ steps.var.outputs.md5 }}
-          restore-keys: |
-            ${{ runner.os }}-coverity-2-${{ steps.var.outputs.md5 }}
+          key: ${{ runner.os }}-coverity-2-${{ steps.var.outputs.md5 }}
       - name: Download Coverity Scan
         run: |
           if [ ! -f coverity-latest.tar.gz ]; then