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 1c44e9c commit 2440938Copy full SHA for 2440938
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
env:
21
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
22
ROS_REPO: ${{ matrix.ROS_REPO }}
23
- CMAKE_ARGS: ${{ matrix.ROS_DISTRO == 'rolling' && '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_CLANG_TIDY=ON' || '' }}
+ CMAKE_ARGS: ${{ matrix.ROS_DISTRO == 'rolling' && '-DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_CLANG_TIDY=ON -DCMAKE_CXX_FLAGS="--gcc-install-dir=/usr/lib/gcc/x86_64-linux-gnu/15"' || '' }}
24
steps:
25
- name: Checkout repo
26
uses: actions/checkout@v4
0 commit comments