[Test] keep fixing the path to ccache file

This commit is contained in:
tangxifan 2020-11-24 17:56:08 -07:00
parent 6b757e2dca
commit 9f956502b7
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ jobs:
- name: ccache cache files
uses: actions/cache@v2
with:
path: ${{runner.workspace}}/.ccache
path: ${GITHUB_WORKSPACE}/.ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
restore-keys: |
${{ matrix.config.name }}-ccache-