ci: ccache max cache size limited to 50MB

This commit is contained in:
Mateusz Pusz
2021-05-08 19:54:19 +02:00
parent 2bb305eef6
commit a739c10427

View File

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