We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8304d1 commit 5b65fe2Copy full SHA for 5b65fe2
.github/workflows/sonarcloud.yml
@@ -20,6 +20,11 @@ jobs:
20
with:
21
# Shallow clones should be disabled for a better relevancy of analysis
22
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
28
- name: Install Tools
29
run: |
30
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
@@ -36,6 +41,7 @@ jobs:
36
41
37
42
- name: Check Tools
38
43
44
+ c++ --version
39
45
make --version
40
46
cmake --version
47
vcpkg --version
0 commit comments