Skip to content

Commit b2096c3

Browse files
committed
s
1 parent d04b87f commit b2096c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
ln -s iwyu_tool.py /usr/local/bin/iwyu_tool
183183
184184
- name: iwyu_tool
185+
if: false
185186
run: |
186187
# TODO: exclude auto-generated source files
187188
iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments ${{ matrix.mapping_file_opt }} ${{ matrix.clang_inc }} > iwyu.log

0 commit comments

Comments
 (0)