[Test] Bug fix in ccache path

This commit is contained in:
tangxifan 2020-11-24 17:50:22 -07:00
parent 0af1c0468e
commit 6b757e2dca
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: ~/.ccache
path: ${{runner.workspace}}/.ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
restore-keys: |
${{ matrix.config.name }}-ccache-