Skip to content

Commit fe9f21a

Browse files
committed
s
1 parent 07ce3d7 commit fe9f21a

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
@@ -141,6 +141,7 @@ jobs:
141141
142142
- name: iwyu_tool
143143
run: |
144+
ls -l /usr/lib/clang
144145
# -isystem/usr/lib/clang/17/include
145146
# TODO: remove -stdlib= - it should have been taken from the compilation database
146147
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

0 commit comments

Comments
 (0)