From 6b9f236d818fdda440e221d5dc19582e68a75435 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 24 Nov 2020 10:37:15 -0700 Subject: [PATCH] [Test] Specify paths to ccache files --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19279b1bd..041263964 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: - name: ccache cache files uses: actions/cache@v1.1.0 with: - path: .ccache + path: ${{runner.workspace}}/build/.ccache key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} restore-keys: | ${{ matrix.config.name }}-ccache-