Skip to content

Commit 759d96c

Browse files
can I container?
1 parent 722136f commit 759d96c

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/sonarcloud.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
sonarcloud:
2020
name: SonarCloud
2121
runs-on: ubuntu-24.04
22+
container: silkeh/clang:18
2223
env:
2324
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
2425
steps:
@@ -29,11 +30,6 @@ jobs:
2930
- name: Install sonar-scanner and build-wrapper
3031
uses: SonarSource/sonarcloud-github-c-cpp@v3
3132

32-
- name: Install LLVM and Clang
33-
uses: KyleMayes/install-llvm-action@v2
34-
with:
35-
version: "18"
36-
3733
- name: Install CMake
3834
uses: lukka/get-cmake@v3.30.5
3935
with:

0 commit comments

Comments
 (0)