Skip to content

Commit

Permalink
Set c++17 for clang-tidy on Humble
Browse files Browse the repository at this point in the history
As we by default compile with gcc which uses c++17 by default, the flag
doesn't end up in the compile_commands.json
  • Loading branch information
urfeex committed Jan 13, 2025
1 parent 16362ca commit 7573ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/industrial-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
ROS_DISTRO: ${{matrix.ROS_DISTRO.NAME}}
ROS_REPO: ${{matrix.ROS_REPO}}
CLANG_TIDY: true
CLANG_TIDY_ARGS: '--extra-arg=-std=c++17' # needed for Humble

0 comments on commit 7573ea4

Please sign in to comment.