install lcov

This commit is contained in:
Alon Faraj 2023-08-31 12:28:32 +03:00
parent a589615fd3
commit eb2b59c2f1

View file

@ -16,7 +16,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential gcc-8
sudo apt-get install build-essential gcc-8 lcov
- name: Build
run: CC=gcc-8 make -j LLAMA_CODE_COVERAGE=1 tests