Skip to content

Commit

Permalink
install gcov and lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Feb 19, 2025
1 parent 51c8b7a commit aaf0a8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
SSCDIR=$GITHUB_WORKSPACE/ssc
echo "SSCDIR=$SSCDIR" >> $GITHUB_ENV
- name: Install OS dependencies
run: |
sudo apt-get update --fix-missing
sudo apt-get install -y \
gcov \
lcov
- name: Get cached GTest
uses: actions/cache@v4
id: cachedgtest
Expand Down

0 comments on commit aaf0a8c

Please sign in to comment.