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 5a8d2b3Copy full SHA for 5a8d2b3
.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
0 commit comments