[Test] Remove wrong syntax about ccache

This commit is contained in:
tangxifan 2020-11-24 10:25:12 -07:00
parent 0bb185f6a0
commit 0daa484134
1 changed files with 0 additions and 1 deletions

View File

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