File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments