feat(CI): refine cache usage in gh-actions (#3101)
This commit is contained in:
parent
b64e20c825
commit
7c1da6c5a3
1 changed files with 0 additions and 2 deletions
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
|
|
@ -30,8 +30,6 @@ jobs:
|
|||
restore-keys: |
|
||||
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
|
||||
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules
|
||||
ccache:${{ matrix.compiler }}
|
||||
ccache
|
||||
- name: Configure OS
|
||||
run: source ./apps/ci/ci-install.sh
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue