From a739c104275c4aa9e1524ff55778ec7b5b946c91 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 8 May 2021 19:54:19 +0200 Subject: [PATCH] ci: ccache max cache size limited to 50MB --- .github/workflows/ci-conan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 5de61acc..84052ef7 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -82,7 +82,7 @@ jobs: if: runner.os == 'Linux' with: key: ${{ matrix.config.os }}-${{ matrix.config.compiler.type }}-${{ matrix.config.compiler.version }}-${{ matrix.config.lib }}-${{ matrix.build_type }}-${{ matrix.downcast_mode }} - max-size: 100M + max-size: 50M - name: Install Clang if: matrix.config.compiler.type == 'CLANG' shell: bash