Skip to content

Commit 1c0ad46

Browse files
committed
test
1 parent e4e80aa commit 1c0ad46

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
@@ -132,6 +132,7 @@ jobs:
132132
133133
- name: iwyu_tool
134134
run: |
135+
realpath ./macos.imp
135136
# -isystem/usr/lib/clang/17/include
136137
# TODO: remove -stdlib= - it should have been taken from the compilation database
137138
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)