add lcov to packages
parent
fbb00f38d3
commit
4e9ad80384
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
# setup base required dependencies
|
||||
- name: Setup dependencies
|
||||
run: |
|
||||
sudo apt-get install gcc g++ cmake ninja-build python3-pyelftools python3-regex python3-polib
|
||||
sudo apt-get install gcc g++ lcov cmake ninja-build python3-pyelftools python3-regex python3-polib
|
||||
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- name: Checkout ${{ github.event.pull_request.head.ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue