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 d93c19eCopy full SHA for d93c19e
.github/workflows/sonarcloud.yml
@@ -20,6 +20,15 @@ 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
+ vcvarsall: true
28
+ cmake: true
29
+ ninja: true
30
+ vcpkg: true
31
+ cppcheck: true
32
- name: Install Tools
33
run: |
34
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
@@ -36,6 +45,7 @@ jobs:
36
45
37
46
- name: Check Tools
38
47
48
+ c++ --version
39
49
make --version
40
50
cmake --version
41
51
vcpkg --version
0 commit comments