Skip to content

Commit

Permalink
Update iwyu binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Jan 30, 2025
1 parent c3510b9 commit 6c2d796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iwyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
cmake -DCMAKE_PREFIX_PATH=/usr/lib/llvm-18 -B build
cmake --build build
- name: configure
run: CXX=clang++-18 cmake -Werror=dev -D CMAKE_BUILD_TYPE=Release -D CMAKE_CXX_INCLUDE_WHAT_YOU_USE="include-what-you-use/build/bin/include-what-you-use" -B build
run: CXX=clang++-18 cmake -Werror=dev -D CMAKE_BUILD_TYPE=Release -D CMAKE_CXX_INCLUDE_WHAT_YOU_USE="$PWD/include-what-you-use/build/bin/include-what-you-use" -B build
- name: run include-what-you-use
run: cmake --build build

0 comments on commit 6c2d796

Please # to comment.