Skip to content

Commit 3809838

Browse files
committed
s
1 parent 77eb5a5 commit 3809838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/iwyu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
ls -l /usr/lib/clang
145145
# -isystem/usr/lib/clang/17/include
146146
# TODO: remove -stdlib= - it should have been taken from the compilation database
147-
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments -stdlib=${{ matrix.stdlib }} ${{ matrix.mapping_file_opt }} > iwyu.log
147+
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments -stdlib=${{ matrix.stdlib }} ${{ matrix.mapping_file_opt }} -isystem/usr/lib/clang/20/include > iwyu.log
148148
149149
- uses: actions/upload-artifact@v4
150150
if: success() || failure()

0 commit comments

Comments
 (0)