Skip to content

Commit d93c19e

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ 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+
vcvarsall: true
28+
cmake: true
29+
ninja: true
30+
vcpkg: true
31+
cppcheck: true
2332
- name: Install Tools
2433
run: |
2534
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
@@ -36,6 +45,7 @@ jobs:
3645
3746
- name: Check Tools
3847
run: |
48+
c++ --version
3949
make --version
4050
cmake --version
4151
vcpkg --version

0 commit comments

Comments
 (0)