Skip to content

Commit

Permalink
Change cache to use runner.temp property instead of RUNNER_TEMP varia…
Browse files Browse the repository at this point in the history
…ble (#164)
  • Loading branch information
StrongestNumber9 authored Dec 19, 2024
1 parent 9954ee7 commit 3087a28
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: ${RUNNER_TEMP}/${{ env.COVERITY }}
path: ${{ runner.temp }}/${{ env.COVERITY }}
key: ${{ runner.os }}-coverity-${{ hashFiles('coverity_tool.md5') }}

- name: Move coverity_tool.md5 file so it won't conflict with maven
Expand Down

0 comments on commit 3087a28

Please sign in to comment.