[Test] Bug fix in ccache path
This commit is contained in:
parent
0af1c0468e
commit
6b757e2dca
|
@ -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-
|
||||
|
|
Loading…
Reference in New Issue