Skip to content

Commit

Permalink
Debug ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed May 16, 2024
1 parent 852e94e commit 2ae34bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
# -isystem/usr/lib/clang/17/include
# iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu --comment_style=long -Xiwyu --quoted_includes_first -Xiwyu --update_comments -Xiwyu > iwyu.log
which iwyu_tool
iwyu_tool --version
iwyu_tool --help
iwyu_tool -v
iwyu_tool -h
RC = iwyu_tool -p cmake.output -j $(nproc) -- -w -Xiwyu --max_line_length=1024 -Xiwyu | tee -a iwyu.log
Expand Down

0 comments on commit 2ae34bf

Please sign in to comment.