Skip to content

Commit

Permalink
Try with extra quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 9, 2024
1 parent dd518f9 commit 7e95a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-industrial-ci-with-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +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
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 7e95a0a

Please sign in to comment.