Skip to content

Commit

Permalink
build: reset Coverity cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Sep 18, 2022
1 parent aada199 commit b8b44d4
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 @@ -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
Expand Down

0 comments on commit b8b44d4

Please sign in to comment.