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 fad3c98 commit 15c599aCopy full SHA for 15c599a
.github/workflows/sonarcloud.yml
@@ -20,6 +20,10 @@ 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-17
27
- name: Install Tools
28
run: |
29
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED
0 commit comments