Skip to content

Commit

Permalink
lcov is broken in 23.10...
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Nov 6, 2023
1 parent 2fa5266 commit 922eb66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linux-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ jobs:
TEST_RESULTS: /tmp/test-results
BUILD: Coverage
steps:
- name: Update lcov, because https://bugs.launchpad.net/ubuntu/+source/lcov/+bug/2029924
run: |
apt install -y cpanminus
cpanm DateTime
cpanm Capture::Tiny
wget https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0.tar.gz
tar xf lcov-2.0.tar.gz
cd lcov-2.0
make install
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit 922eb66

Please sign in to comment.