There was an error while loading. Please reload this page.
1 parent 20e55f3 commit e7b2f3aCopy full SHA for e7b2f3a
1 file changed
.github/workflows/ci.yaml
@@ -92,13 +92,6 @@ jobs:
92
rosdep init
93
fi
94
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
102
rosdep install \
103
--from-paths \
104
rosidl_generator_rs \
@@ -109,7 +102,6 @@ jobs:
109
unique_identifier_msgs \
110
--ignore-src \
111
--rosdistro ${{ matrix.ros_distro }} \
112
- "${skip_keys[@]}" \
113
105
-y
114
106
115
107
- name: Build package
0 commit comments