Skip to content

Commit 8035d4a

Browse files
authored
Merge pull request #7847 from tautschnig/cleanup/graphviz
GitHub CI actions: install graphviz when building docs
2 parents 8497305 + c0f08c7 commit 8035d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-checks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
DEBIAN_FRONTEND: noninteractive
216216
run: |
217217
sudo apt-get update
218-
sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
218+
sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen graphviz z3
219219
- name: Confirm z3 solver is available and log the version installed
220220
run: z3 --version
221221
- name: Download cvc-5 from the releases page and make sure it can be deployed
@@ -351,7 +351,7 @@ jobs:
351351
DEBIAN_FRONTEND: noninteractive
352352
run: |
353353
sudo apt-get update
354-
sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
354+
sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen graphviz z3
355355
- name: Confirm z3 solver is available and log the version installed
356356
run: z3 --version
357357
- name: Download cvc-5 from the releases page and make sure it can be deployed

0 commit comments

Comments
 (0)