Skip to content

Commit 15c599a

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ 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-17
2327
- name: Install Tools
2428
run: |
2529
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED

0 commit comments

Comments
 (0)