From 9dc04dd732c2dbebe1a7180d5433b91ca9178b29 Mon Sep 17 00:00:00 2001 From: Strongest Number 9 <16169054+StrongestNumber9@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:38:46 +0200 Subject: [PATCH] Should fix cache path (#159) --- .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 4790152..074d614 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -93,7 +93,7 @@ jobs: uses: actions/cache@v4 with: path: ${{ env.COVERITY }} - key: ${{ runner.os }}-coverity-${{ hashFiles('${RUNNER_TEMP}/coverity_tool.md5') }} + key: ${{ runner.os }}-coverity-${{ hashFiles(format('{0}/coverity_tool.md5', runner.temp)) }} - name: Download and extract Coverity distribution if cache-miss if: steps.cache-pull-coverity-distribution.outputs.cache-hit != 'true'