Fixes ccache.

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
This commit is contained in:
Tao He 2020-09-30 15:33:14 +08:00
parent 12f59ca48e
commit e24f3c0de9
1 changed files with 1 additions and 1 deletions

View File

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