Skip to content

Commit 910cb5c

Browse files
committed
ci: ccache removed from the SonarQube CI
1 parent 7a250f1 commit 910cb5c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci-sonarqube-cloud.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
sonarqube-${{ matrix.config.os }}-${{ matrix.formatting }}-${{ matrix.contracts }}-
8585
sonarqube-${{ matrix.config.os }}-${{ matrix.formatting }}-
8686
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
9287
- name: Install Clang
9388
if: matrix.config.compiler.type == 'CLANG'
9489
shell: bash

0 commit comments

Comments
 (0)