Skip to content

Commit

Permalink
[FIX] Coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Mar 29, 2022
1 parent edbfa95 commit 7a9d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
CC: ${{ matrix.cc }}
run: |
sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/${CC/gcc/gcov} 100
pip install gcovr
pip install gcovr==5.0
- name: Load ccache
uses: actions/cache@v2
Expand Down

0 comments on commit 7a9d217

Please sign in to comment.