Skip to content

Commit bc398ef

Browse files
committed
Update linux_gcc_cmake_build.yml
1 parent 8450671 commit bc398ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux_gcc_cmake_build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: System Packages
164164
run: |
165-
sudo apt-get install ninja-build doxygen graphviz gcovr cppcheck clang-tidy
165+
sudo apt-get install ninja-build doxygen graphviz cppcheck clang-tidy
166166
167167
- name: Install LCOV
168168
run: |
@@ -179,7 +179,6 @@ jobs:
179179
clang --version
180180
ninja --version
181181
doxygen --version
182-
gcovr --version
183182
cppcheck --version
184183
clang-tidy --version
185184

0 commit comments

Comments
 (0)