We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722136f commit 759d96cCopy full SHA for 759d96c
1 file changed
.github/workflows/sonarcloud.yaml
@@ -19,6 +19,7 @@ jobs:
19
sonarcloud:
20
name: SonarCloud
21
runs-on: ubuntu-24.04
22
+ container: silkeh/clang:18
23
env:
24
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
25
steps:
@@ -29,11 +30,6 @@ jobs:
29
30
- name: Install sonar-scanner and build-wrapper
31
uses: SonarSource/sonarcloud-github-c-cpp@v3
32
- - name: Install LLVM and Clang
33
- uses: KyleMayes/install-llvm-action@v2
34
- with:
35
- version: "18"
36
-
37
- name: Install CMake
38
uses: lukka/get-cmake@v3.30.5
39
with:
0 commit comments