File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,19 +161,19 @@ jobs:
161161 repository : ' include-what-you-use/include-what-you-use'
162162 path : ' include-what-you-use'
163163
164- - name : build include-what-you-use
164+ - name : run include-what-you-use CMake
165165 if : contains(matrix.os, 'ubuntu') && matrix.nightly
166166 run : |
167167 cmake -S include-what-you-use -B include-what-you-use-build -DCMAKE_BUILD_TYPE=Release
168- cmake --build include-what-you-use-build --target include-what-you-use -- -j$(nproc)
169168 env :
170169 CC : clang-23
171170 CXX : clang++-23
172171
173172 - name : install include-what-you-use
174173 if : contains(matrix.os, 'ubuntu') && matrix.nightly
175174 run : |
176- sudo cmake --build include-what-you-use-build --target install
175+ sudo cmake --build include-what-you-use-build --target install -- -j$(nproc)
176+ ln -s iwyu_tool.py /usr/local/bin/iwyu_tool
177177
178178 - name : iwyu_tool
179179 run : |
You can’t perform that action at this time.
0 commit comments