File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
submodules : recursive
15
15
- name : Fetch dependencies
16
- run : sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
16
+ run : sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
17
+ - name : Confirm z3 solver is available and log the version installed
18
+ run : z3 --version
17
19
- name : Prepare ccache
18
20
uses : actions/cache@v2
19
21
with :
@@ -70,11 +72,13 @@ jobs:
70
72
submodules : recursive
71
73
- name : Fetch dependencies
72
74
run : |
73
- sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
75
+ sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache z3
74
76
# remove libgcc-s1, which isn't normally available in Ubuntu 18.04
75
77
target=$(dpkg-query -W --showformat='${Version}\n' gcc-8-base | head -n 1)
76
78
# libgcc1 uses an epoch, thus the extra 1:
77
79
sudo apt-get install -y --allow-downgrades --reinstall gcc g++ libgcc-s1- libstdc++6=$target liblsan0=$target libtsan0=$target libcc1-0=$target libgcc1=1:$target
80
+ - name : Confirm z3 solver is available and log the version installed
81
+ run : z3 --version
78
82
- name : Prepare ccache
79
83
uses : actions/cache@v2
80
84
with :
You can’t perform that action at this time.
0 commit comments