Skip to content

Commit 7590120

Browse files
committed
skip installing octomap server temporarily
Signed-off-by: wep21 <[email protected]>
1 parent 99c998c commit 7590120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/colcon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
apt update
3333
rosdep update
3434
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
35-
rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs"
35+
rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs octomap_server"
3636
shell: bash
3737
- name: Colcon Build (Release)
3838
run: |

0 commit comments

Comments
 (0)