We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16362ca commit 7573ea4Copy full SHA for 7573ea4
.github/workflows/industrial-ci.yml
@@ -36,3 +36,4 @@ jobs:
36
ROS_DISTRO: ${{matrix.ROS_DISTRO.NAME}}
37
ROS_REPO: ${{matrix.ROS_REPO}}
38
CLANG_TIDY: true
39
+ CLANG_TIDY_ARGS: '--extra-arg=-std=c++17' # needed for Humble
0 commit comments