diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index a5e41b01e..d3403b7d2 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -83,7 +83,7 @@ jobs: - name: Cache uses: actions/cache@v1.1.2 with: - path: /Users/runner/.ccache + path: ~/.ccache key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ github.sha }} restore-keys: | ccache:${{ matrix.os }}:${{ github.ref }}