From b8b44d4baab621bb8a65484f7d05a8a19c17323d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 18 Sep 2022 09:23:58 +0200 Subject: [PATCH] build: reset Coverity cache --- .github/workflows/coverity.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5