Skip to content

Commit

Permalink
Mark everything under /opt/ros a system header (#191)
Browse files Browse the repository at this point in the history
* Mark everything under /opt/ros a system header

* Try with extra quotation marks
  • Loading branch information
christophfroehlich authored Dec 17, 2024
1 parent e71d55c commit 291b22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-industrial-ci-with-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
ADDITIONAL_DEBS: ${{ inputs.additional_debs }}
CC: ${{ inputs.c_compiler }}
CXX: ${{ inputs.cxx_compiler }}
CMAKE_ARGS: -DCMAKE_CXX_FLAGS="-isystem /opt/ros/${{ inputs.ros_distro }}/include"
id: ici
- name: Download issue template for target failure # Has to be a local file
if: ${{ always() && steps.ici.outcome == 'failure' && github.event_name == 'schedule' }}
Expand Down

0 comments on commit 291b22c

Please sign in to comment.