build(linux): explicitely set CC and CXX compilers (#4325)

This commit is contained in:
PVermeer
2025-10-11 16:26:40 +02:00
committed by GitHub
parent ed7b78f138
commit 246d8f179f
2 changed files with 24 additions and 41 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ jobs:
working-directory: build
run: |
${{ steps.python.outputs.python-path }} -m pip install gcovr
${{ steps.python.outputs.python-path }} -m gcovr . -r ../src \
${{ steps.python.outputs.python-path }} -m gcovr --gcov-executable "gcov-${GCC_VERSION}" . -r ../src \
--exclude-noncode-lines \
--exclude-throw-branches \
--exclude-unreachable-branches \