Skip to content

Commit

Permalink
build: really reset coverity cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Sep 18, 2022
1 parent b8b44d4 commit 168111b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 168111b

Please sign in to comment.