Skip to content

Commit

Permalink
github-actions - install lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
asedeno committed Sep 23, 2021
1 parent 2eb168c commit ef2d96c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
xapian-version: [1.4.18]

steps:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install lcov
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit ef2d96c

Please sign in to comment.