feat(CI): refine cache usage in gh-actions (#3101)

This commit is contained in:
Rochet2
2020-06-01 20:42:26 +03:00
committed by GitHub
parent b64e20c825
commit 7c1da6c5a3

View File

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