diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38b32177dce5..af2c66232d39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Reuse ccache directory uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache key: '${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-${{github.run_number}}' restore-keys: | ${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-'