Skip to content

Commit

Permalink
try using package lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Dec 9, 2024
1 parent 0f8bbd6 commit f3b67f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:

- name: Get LCov
run: |
sudo apt-get install ca-certificates
wget https://github.com/linux-test-project/lcov/releases/download/v2.2/lcov-2.2.tar.gz
tar -xzf lcov-2.2.tar.gz
cd lcov-2.2
sudo make install
sudo apt-get install ca-certificates lcov
#wget https://github.com/linux-test-project/lcov/releases/download/v2.2/lcov-2.2.tar.gz
#tar -xzf lcov-2.2.tar.gz
#cd lcov-2.2
#sudo make install
- name: Configure
run: |
Expand Down

0 comments on commit f3b67f7

Please sign in to comment.