Skip to content

Commit 131ac08

Browse files
/shrug
1 parent 2cfc863 commit 131ac08

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/sonarcloud.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Install sonar-scanner and build-wrapper
3030
uses: SonarSource/sonarcloud-github-c-cpp@v3
3131

32+
- name: Install LLVM and Clang
33+
uses: KyleMayes/install-llvm-action@v2
34+
with:
35+
version: "20.0"
36+
3237
- name: Install CMake
3338
uses: lukka/get-cmake@v3.30.5
3439
with:

0 commit comments

Comments
 (0)