From 356a623b7045c9614f8d935b3dd003b7d0e9fd7b Mon Sep 17 00:00:00 2001 From: Patrick Lewis Date: Sat, 30 Jan 2021 03:04:43 -0800 Subject: [PATCH] fix(CI/macOS): solve ccache issue (#4378) --- .github/workflows/core_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}