Fixes ccache.
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
This commit is contained in:
parent
12f59ca48e
commit
e24f3c0de9
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Cache for cccahe
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.ccache
|
||||
path: /home/runner/.ccache
|
||||
key: ${{ runner.os }}-ccache
|
||||
restore-keys: |
|
||||
${{ runner.os }}-ccache
|
||||
|
|
|
|||
Loading…
Reference in New Issue