Skip to content

Commit

Permalink
Install gcovr for coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
airtower-luna committed Apr 7, 2024
1 parent 6089d0d commit e84bb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get -y install python3-yaml apache2-bin apache2-dev curl gnutls-bin libapr1-dev libgnutls28-dev openssl make meson pkgconf procps iproute2 softhsm2 clang llvm
apt-get -y install python3-yaml apache2-bin apache2-dev curl gnutls-bin libapr1-dev libgnutls28-dev openssl make meson pkgconf procps iproute2 softhsm2 clang llvm gcovr
- name: build mod_gnutls with coverage support
uses: ./.github/build-action/
with:
Expand Down

0 comments on commit e84bb85

Please sign in to comment.