We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a250f1 commit 910cb5cCopy full SHA for 910cb5c
.github/workflows/ci-sonarqube-cloud.yml
@@ -84,11 +84,6 @@ jobs:
84
sonarqube-${{ matrix.config.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-
85
sonarqube-${{ matrix.config.os }}-${{ matrix.formatting }}-
86
sonarqube-${{ matrix.config.os }}-
87
- - uses: hendrikmuhs/ccache-action@v1.2.22
88
- if: runner.os == 'Linux'
89
- with:
90
- key: ${{ matrix.config.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-${{ matrix.config.compiler.type }}-${{ matrix.config.lib }}-${{ matrix.build_type }}-${{ matrix.config.compiler.version }}-${{ matrix.std }}
91
- max-size: 50M
92
- name: Install Clang
93
if: matrix.config.compiler.type == 'CLANG'
94
shell: bash
0 commit comments