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 @@ -921,9 +921,9 @@ jobs:
921
921
DEBIAN_FRONTEND : noninteractive
922
922
run : |
923
923
sudo apt-get update
924
- sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc gdb g++ maven flex bison iwyu
924
+ sudo apt-get install --no-install-recommends -yq cmake ninja-build clang-19 clang++-19 gdb maven flex bison iwyu
925
925
- name : Configure using CMake
926
- run : cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g ++
926
+ run : cmake -S . -Bbuild -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang ++
927
927
- name : Run include-what-you-use
928
928
run : |
929
929
iwyu_tool -p build/compile_commands.json -j${{env.linux-vcpus}} | tee includes.txt
You can’t perform that action at this time.
0 commit comments