[Test] Specify paths to ccache files
This commit is contained in:
parent
43564c584d
commit
6b9f236d81
|
@ -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-
|
||||
|
|
Loading…
Reference in New Issue