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
commit 246d8f179f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 41 deletions

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 \