Skip to content

Commit 51c6d3f

Browse files
authored
Merge pull request #2 from RoboStack/feat/patch-depencies-syntax
fix: syntax error
2 parents 96a67a1 + 62fbaf3 commit 51c6d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patch/dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ popf:
8585
rtabmap:
8686
add_host: ["REQUIRE_OPENGL", "ceres-solver", "libdc1394", "libusb", "vtk"]
8787
backward_ros:
88-
add_host: ["${{ 'binutils' if linux or (osx and x86_64)) }}", "${{ 'elfutils' if linux }}"]
88+
add_host: ["${{ 'binutils' if linux or (osx and x86_64) }}", "${{ 'elfutils' if linux }}"]
8989
nav2_smac_planner:
9090
add_build: ["${{ 'llvm-openmp' if osx }}"]
9191
add_host: ["${{ 'llvm-openmp' if osx }}", "ompl", "libode"]
@@ -171,4 +171,4 @@ gz_cmake_vendor:
171171
gz_math_vendor:
172172
add_build: ["vcstool"]
173173
gz_utils_vendor:
174-
add_build: ["vcstool"]
174+
add_build: ["vcstool"]

0 commit comments

Comments
 (0)