mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-31 19:04:27 +02:00
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" ]
|
||||
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
|
||||
|
Reference in New Issue
Block a user