Skip to content

Commit 213f7e6

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ 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-17
2327
- name: Install Tools
2428
run: |
2529
sudo rm /usr/lib/python3.*/EXTERNALLY-MANAGED

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BUILDKIT_PROGRESS=plain
2424
DOCKER_COMPOSE=docker compose
2525

2626
# TOOLS
27-
COVERAGE_TOOL_OPTS=--config-file .lcovrc --ignore-errors empty --ignore-errors inconsistent
27+
COVERAGE_TOOL_OPTS=--config-file .lcovrc --ignore-errors empty --ignore-errors inconsistent --ignore-errors version
2828

2929
# C++ specific
3030
SRC_DIR = src

0 commit comments

Comments
 (0)