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