build(linux): explicitely set CC and CXX compilers (#4325)
This commit is contained in:
parent
ed7b78f138
commit
246d8f179f
2 changed files with 24 additions and 41 deletions
2
.github/workflows/ci-linux.yml
vendored
2
.github/workflows/ci-linux.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue