Skip to content

Commit e7b2f3a

Browse files
committed
ci: simplify rosdep install
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 20e55f3 commit e7b2f3a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ jobs:
9292
rosdep init
9393
fi
9494
rosdep update
95-
skip_keys=()
96-
if [ "${{ matrix.ros_distro }}" = "rolling" ]; then
97-
skip_keys=(
98-
--skip-keys
99-
"ament_lint_common rosidl_core_runtime rosidl_default_runtime rosidl_typesupport_interface"
100-
)
101-
fi
10295
rosdep install \
10396
--from-paths \
10497
rosidl_generator_rs \
@@ -109,7 +102,6 @@ jobs:
109102
unique_identifier_msgs \
110103
--ignore-src \
111104
--rosdistro ${{ matrix.ros_distro }} \
112-
"${skip_keys[@]}" \
113105
-y
114106
115107
- name: Build package

0 commit comments

Comments
 (0)