Skip to content

Commit 291b22c

Browse files
Mark everything under /opt/ros a system header (#191)
* Mark everything under /opt/ros a system header * Try with extra quotation marks
1 parent e71d55c commit 291b22c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-industrial-ci-with-cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
ADDITIONAL_DEBS: ${{ inputs.additional_debs }}
119119
CC: ${{ inputs.c_compiler }}
120120
CXX: ${{ inputs.cxx_compiler }}
121+
CMAKE_ARGS: -DCMAKE_CXX_FLAGS="-isystem /opt/ros/${{ inputs.ros_distro }}/include"
121122
id: ici
122123
- name: Download issue template for target failure # Has to be a local file
123124
if: ${{ always() && steps.ici.outcome == 'failure' && github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)