Skip to content

Commit 28f63d2

Browse files
committed
nightly
1 parent 017cd3c commit 28f63d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ jobs:
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 -- -j$(nproc)
168+
cmake --build include-what-you-use-build --target include-what-you-use -- -j$(nproc)
169169
env:
170170
CC: clang-23
171171
CXX: clang++-23
172172

173173
- name: install include-what-you-use
174174
if: contains(matrix.os, 'ubuntu') && matrix.nightly
175175
run: |
176-
cmake --build include-what-you-use-build -target install
176+
cmake --build include-what-you-use-build --target install
177177
178178
- name: iwyu_tool
179179
run: |

0 commit comments

Comments
 (0)