Skip to content

Commit

Permalink
Install latest lcov version to fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
enwi committed Feb 12, 2025
1 parent b6e5181 commit c2dc553
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ jobs:
- name: Set up dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y gcc g++ lcov doxygen graphviz python3-yaml
sudo apt-get install -y gcc g++ doxygen graphviz python3-yaml
# - name: Install CodeCov and LCOV
# run: |
# sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-7 90
# wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.13.orig.tar.gz
# tar xf lcov_1.13.orig.tar.gz
# make -C lcov-1.13 "PREFIX=${HOME}/.local" install
# echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Install CodeCov and LCOV
run: |
git clone https://github.com/linux-test-project/lcov.git
cd lcov
sudo make install
cd ..
- name: Show tool versions
run: |
Expand Down

0 comments on commit c2dc553

Please sign in to comment.