[CI] Revert gcc-11
This commit is contained in:
parent
a36879767f
commit
d205b0dcff
2 changed files with 2 additions and 2 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
filename="lcov"
|
||||
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
|
||||
lcov --remove "${filename}.info" "/usr/*/boost/*" "/usr/include/c++/*" --output-file "${filename}.info"
|
||||
|
|
Loading…
Add table
Reference in a new issue