From 6b757e2dca090ed49d4539d1ac391c55f463f762 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 24 Nov 2020 17:50:22 -0700 Subject: [PATCH] [Test] Bug fix in ccache path --- .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 75861b134..0075931e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: - name: ccache cache files uses: actions/cache@v2 with: - path: ~/.ccache + path: ${{runner.workspace}}/.ccache key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }} restore-keys: | ${{ matrix.config.name }}-ccache-