ci: ccache-action added to ci-conan

This commit is contained in:
Mateusz Pusz
2021-05-08 18:45:41 +02:00
parent 7b0730cf17
commit 0513d4f74b

View File

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