diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 08f0ebaf5..c9857bf29 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -29,7 +29,7 @@ jobs: - name: ccache cache files uses: actions/cache@v3 with: - path: ~/.ccache + path: .ccache key: ${{ runner.os }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} restore-keys: | ${{ runner.os }}-ccache-