From fc9ba56111c8f0341131584bc1cba0265869d91b Mon Sep 17 00:00:00 2001 From: Strongest Number 9 <16169054+StrongestNumber9@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:09:26 +0200 Subject: [PATCH] Correctly set the coverity cache path (#162) --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index fea0b88..0f13091 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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