Skip to content

Commit

Permalink
Export compile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Apr 5, 2024
1 parent 0c425d5 commit 7fa7e28
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 @@ -33,7 +33,7 @@ jobs:
- name: Prepare CMake
run: |
cmake -S . -B cmake.output -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake -S . -B cmake.output -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- name: iwyu_tool
run: |
Expand Down

0 comments on commit 7fa7e28

Please sign in to comment.