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
|
- name: Cache for cccahe
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/.ccache
|
path: /home/runner/.ccache
|
||||||
key: ${{ runner.os }}-ccache
|
key: ${{ runner.os }}-ccache
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-ccache
|
${{ runner.os }}-ccache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue