Skip to content

Commit

Permalink
Upgrade apk before downloading lcov
Browse files Browse the repository at this point in the history
There was an error to retrieve lcov in CI. By just upgrading apk before
the download operation, we ensure that we have the latest and greatest
without the need of regenerating the base image.
  • Loading branch information
jgomezselles committed Jul 17, 2022
1 parent 4aa4047 commit 01e3830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
-
name: Install and setup lcov base
run: |
apk upgrade
apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
lcov -i --capture --directory "./build/src/" --output-file base-coverage.info --no-external --directory "./" --exclude "*/ut/*" --exclude "*/main*"
-
Expand Down

0 comments on commit 01e3830

Please sign in to comment.