Skip to content

Commit

Permalink
Add graphviz dependency to "Build Documentation"
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored Nov 14, 2023
1 parent 8545b23 commit 30ea4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install gvmd doc dependencies
run: |
apt update
apt install --no-install-recommends -y pkgconf xmltoman xsltproc
apt install --no-install-recommends -y graphviz pkgconf xmltoman xsltproc
- name: Run the c lang coverage action
uses: greenbone/actions/doc-coverage-clang@v3

Expand Down

0 comments on commit 30ea4e3

Please sign in to comment.