Skip to content

Commit 7573ea4

Browse files
committed
Set c++17 for clang-tidy on Humble
As we by default compile with gcc which uses c++17 by default, the flag doesn't end up in the compile_commands.json
1 parent 16362ca commit 7573ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/industrial-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
ROS_DISTRO: ${{matrix.ROS_DISTRO.NAME}}
3737
ROS_REPO: ${{matrix.ROS_REPO}}
3838
CLANG_TIDY: true
39+
CLANG_TIDY_ARGS: '--extra-arg=-std=c++17' # needed for Humble

0 commit comments

Comments
 (0)