[Test] Remove wrong syntax about ccache
This commit is contained in:
parent
0bb185f6a0
commit
0daa484134
|
@ -65,7 +65,6 @@ jobs:
|
|||
|
||||
- name: ccache cache files
|
||||
uses: actions/cache@v1.1.0
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
with:
|
||||
path: .ccache
|
||||
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
|
||||
|
|
Loading…
Reference in New Issue