Skip to content

Commit 5a8d2b3

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 5 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

0 commit comments

Comments
 (0)