From 7c1da6c5a3785bff6bc2ab0c22eaaa2b1eb092f3 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 1 Jun 2020 20:42:26 +0300 Subject: [PATCH] feat(CI): refine cache usage in gh-actions (#3101) --- .github/workflows/core_build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index cad1df409..17dca523b 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -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: