From: Vincent Bernat Date: Sun, 18 Sep 2022 07:23:58 +0000 (+0200) Subject: build: reset Coverity cache X-Git-Tag: 1.0.16~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8b44d4baab621bb8a65484f7d05a8a19c17323d;p=thirdparty%2Flldpd.git build: reset Coverity cache --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2e49c892..b9e3c2a4 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -32,9 +32,7 @@ jobs: path: coverity-latest.tar.gz key: ${{ runner.os }}-coverity-${{ steps.var.outputs.md5 }} restore-keys: | - ${{ runner.os }}-coverity-${{ steps.var.outputs.md5 }} - ${{ runner.os }}-coverity- - ${{ runner.os }}-coverity + ${{ runner.os }}-coverity-2-${{ steps.var.outputs.md5 }} - name: Download Coverity Scan run: | if [ ! -f coverity-latest.tar.gz ]; then