[CI] Revert gcc-11

This commit is contained in:
jgromes 2025-02-07 21:56:19 +01:00
parent a36879767f
commit d205b0dcff
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y libboost-all-dev libfmt-dev lcov gcc-11 g++-11 sudo apt-get install -y libboost-all-dev libfmt-dev lcov
- name: Run unit test - name: Run unit test
run: | run: |

View file

@ -3,7 +3,7 @@
set -e set -e
filename="lcov" filename="lcov"
rm -rf $filename.* rm -rf $filename.*
lcov --capture --directory build --output-file "${filename}.info" --gcov-tool gcov-11 lcov --capture --directory build --output-file "${filename}.info"
# filter out boost and C++ standard library # filter out boost and C++ standard library
lcov --remove "${filename}.info" "/usr/*/boost/*" "/usr/include/c++/*" --output-file "${filename}.info" lcov --remove "${filename}.info" "/usr/*/boost/*" "/usr/include/c++/*" --output-file "${filename}.info"