forked from mpusz/mp-units
ci: ccache-action added to ci-conan
This commit is contained in:
5
.github/workflows/ci-conan.yml
vendored
5
.github/workflows/ci-conan.yml
vendored
@@ -78,6 +78,11 @@ jobs:
|
|||||||
downcast_mode: [ "on", "auto" ]
|
downcast_mode: [ "on", "auto" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- name: Install Clang
|
||||||
if: matrix.config.compiler.type == 'CLANG'
|
if: matrix.config.compiler.type == 'CLANG'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user