From 168111bb1ca69a7a5ef4b8cac899444cd5cd7177 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 18 Sep 2022 09:25:14 +0200 Subject: [PATCH] build: really 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 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 -- 2.39.5