|
17 | 17 | DEBIAN_FRONTEND: noninteractive |
18 | 18 | run: | |
19 | 19 | sudo apt-get update |
20 | | - sudo apt-get install --no-install-recommends -yq gcc gdb g++ maven jq flex bison libxml2-utils ccache cmake |
| 20 | + sudo apt-get install --no-install-recommends -yq gcc gdb g++ maven jq flex bison libxml2-utils ccache cmake z3 |
21 | 21 | - name: Prepare ccache |
22 | 22 | uses: actions/cache@v2 |
23 | 23 | with: |
|
75 | 75 | DEBIAN_FRONTEND: noninteractive |
76 | 76 | run: | |
77 | 77 | sudo apt-get update |
78 | | - sudo apt-get install --no-install-recommends -yq clang-10 clang++-10 gdb maven jq flex bison libxml2-utils cpanminus ccache |
| 78 | + sudo apt-get install --no-install-recommends -yq clang-10 clang++-10 gdb maven jq flex bison libxml2-utils cpanminus ccache z3 |
79 | 79 | make -C src minisat2-download |
80 | 80 | cpanm Thread::Pool::Simple |
81 | 81 | - name: Prepare ccache |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | DEBIAN_FRONTEND: noninteractive |
129 | 129 | run: | |
130 | 130 | sudo apt-get update |
131 | | - sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen |
| 131 | + sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3 |
132 | 132 | - name: Prepare ccache |
133 | 133 | uses: actions/cache@v2 |
134 | 134 | with: |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 | with: |
172 | 172 | submodules: recursive |
173 | 173 | - name: Fetch dependencies |
174 | | - run: brew install maven flex bison parallel ccache |
| 174 | + run: brew install maven flex bison parallel ccache z3 |
175 | 175 | - name: Prepare ccache |
176 | 176 | uses: actions/cache@v2 |
177 | 177 | with: |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | with: |
212 | 212 | submodules: recursive |
213 | 213 | - name: Fetch dependencies |
214 | | - run: brew install cmake ninja maven flex bison ccache |
| 214 | + run: brew install cmake ninja maven flex bison ccache z3 |
215 | 215 | - name: Prepare ccache |
216 | 216 | uses: actions/cache@v2 |
217 | 217 | with: |
@@ -248,7 +248,7 @@ jobs: |
248 | 248 | submodules: recursive |
249 | 249 | - name: Fetch dependencies |
250 | 250 | run: | |
251 | | - choco install winflexbison3 |
| 251 | + choco install winflexbison3 z3 |
252 | 252 | nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0 |
253 | 253 | echo "c:\tools\clcache\clcache-4.1.0" >> $env:GITHUB_PATH |
254 | 254 | - name: Setup Visual Studio environment |
|
0 commit comments