Skip to content

Commit

Permalink
👷 Amend
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 17, 2024
1 parent 59319e0 commit a605dec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,13 @@ jobs:

# Temporary workaround for: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
- name: Setup LCOV 1.16
run: sudo apt-get install -y lcov=1.16
run: |
wget https://github.com/linux-test-project/lcov/archive/refs/tags/v1.16.tar.gz
tar -xzf v1.16.tar.gz
cd lcov-1.16
sudo make install
lcov --version
sudo rm -rf v1.16.tar.gz lcov-1.16
- name: Verify minimum coverage
uses: zgosalvez/github-actions-report-lcov@v4
Expand Down

0 comments on commit a605dec

Please sign in to comment.