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 @@ -258,7 +258,7 @@ jobs:
258
258
DEBIAN_FRONTEND : noninteractive
259
259
run : |
260
260
sudo apt-get update
261
- sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
261
+ sudo apt-get install --no-install-recommends -yq cmake ninja-build gdb clang-14 maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
262
262
- name : Confirm z3 solver is available and log the version installed
263
263
run : z3 --version
264
264
- name : Download cvc-5 from the releases page and make sure it can be deployed
@@ -283,7 +283,7 @@ jobs:
283
283
run : |
284
284
mkdir build
285
285
cd build
286
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
286
+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang-14 -DCMAKE_CXX_COMPILER=/usr/bin/clang++-14
287
287
- name : Check that doc task works
288
288
run : |
289
289
cd build
You can’t perform that action at this time.
0 commit comments