[Test] Specify paths to ccache files

This commit is contained in:
tangxifan 2020-11-24 10:37:15 -07:00
parent 43564c584d
commit 6b9f236d81
1 changed files with 1 additions and 1 deletions

View File

@ -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-