Skip to content

Commit 4e72f86

Browse files
committed
nightly
1 parent 7d6dd99 commit 4e72f86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)