Skip to content

Commit 4f6620e

Browse files
committed
install lcov
1 parent 58bce46 commit 4f6620e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/compilation_on_android_ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@ jobs:
363363
run: |
364364
sudo apt-get update
365365
sudo apt-get install -y g++-multilib
366+
367+
- name: Install lcov
368+
run: |
369+
sudo apt-get update
370+
sudo apt-get install -y lcov
366371
367372
- name: Build and run unit tests
368373
run: |

0 commit comments

Comments
 (0)