feat(CI): refine cache usage in gh-actions (#3101)
This commit is contained in:
@@ -30,8 +30,6 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
|
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
|
||||||
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules
|
ccache:${{ matrix.compiler }}:${{ matrix.modules }}-modules
|
||||||
ccache:${{ matrix.compiler }}
|
|
||||||
ccache
|
|
||||||
- name: Configure OS
|
- name: Configure OS
|
||||||
run: source ./apps/ci/ci-install.sh
|
run: source ./apps/ci/ci-install.sh
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user