Skip to content

Commit 5b65fe2

Browse files
author
Gonzalo Diaz
committed
[CONFIG] try... setup LLVM as C/C++ compiler
1 parent b8304d1 commit 5b65fe2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
# Shallow clones should be disabled for a better relevancy of analysis
2222
fetch-depth: 0
23+
- name: Setup Cpp
24+
uses: aminya/setup-cpp@v1
25+
with:
26+
compiler: llvm
27+
llvm-version: '17' # Specify the desired LLVM/Clang version
2328
- name: Install Tools
2429
run: |
2530
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
@@ -36,6 +41,7 @@ jobs:
3641
3742
- name: Check Tools
3843
run: |
44+
c++ --version
3945
make --version
4046
cmake --version
4147
vcpkg --version

0 commit comments

Comments
 (0)