Skip to content

Commit

Permalink
Fix on lcov 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jul 20, 2019
1 parent 041142c commit 1863246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin/build-lcov
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ set -xe

if [ ! -e lcov/ ] ; then
git clone https://github.com/linux-test-project/lcov.git
cd lcov && sudo make install
cd lcov
git checkout v1.14
sudo make install
fi

0 comments on commit 1863246

Please sign in to comment.