From: Vincent Bernat Date: Sun, 18 Sep 2022 07:25:14 +0000 (+0200) Subject: build: really reset coverity cache X-Git-Tag: 1.0.16~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=168111bb1ca69a7a5ef4b8cac899444cd5cd7177;p=thirdparty%2Flldpd.git build: really reset coverity cache --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b9e3c2a4..b513a1dd 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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