Skip to content

Commit

Permalink
Correctly set the coverity cache path (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Dec 19, 2024
1 parent 479cf91 commit fc9ba56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
id: cache-pull-coverity-distribution
uses: actions/cache@v4
with:
path: ${{ env.COVERITY }}
path: ${RUNNER_TEMP}/${{ env.COVERITY }}
key: ${{ runner.os }}-coverity-${{ hashFiles('coverity_tool.md5') }}

- name: Remove coverity_tool.md5 file
Expand Down

0 comments on commit fc9ba56

Please sign in to comment.