File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
DEBIAN_FRONTEND : noninteractive
216
216
run : |
217
217
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
219
219
- name : Confirm z3 solver is available and log the version installed
220
220
run : z3 --version
221
221
- name : Download cvc-5 from the releases page and make sure it can be deployed
@@ -351,7 +351,7 @@ jobs:
351
351
DEBIAN_FRONTEND : noninteractive
352
352
run : |
353
353
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
355
355
- name : Confirm z3 solver is available and log the version installed
356
356
run : z3 --version
357
357
- 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