From 0513d4f74bbfca38cef0fdb4f1c94caf6c44e923 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 8 May 2021 18:45:41 +0200 Subject: [PATCH] ci: ccache-action added to ci-conan --- .github/workflows/ci-conan.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 668e6559..24c63b15 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -78,6 +78,11 @@ jobs: downcast_mode: [ "on", "auto" ] steps: - uses: actions/checkout@v2 + - uses: hendrikmuhs/ccache-action@v1 + if: runner.os == 'Linux' + with: + key: ${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.build_type }} + max-size: 100M - name: Install Clang if: matrix.config.compiler.type == 'CLANG' shell: bash