Skip to content

Commit

Permalink
Merge pull request #115 from seqan/fix/gcov
Browse files Browse the repository at this point in the history
[INFRA,FIX] incorrect gcov version
  • Loading branch information
eseiler authored Sep 16, 2021
2 parents f702bb9 + faba59d commit b3cb1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: matrix.build == 'coverage'
run: |
sudo apt-get install --yes lcov
sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-10 100
sudo update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-11 100
- name: Load ccache
uses: actions/cache@v2
Expand Down

0 comments on commit b3cb1c5

Please sign in to comment.