diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15390a9..9353a33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,6 @@ jobs: cd ~/catkin_ws/src ln -s $GITHUB_WORKSPACE . cd ~/catkin_ws - apt update && apt install ros-$ROS_DISTRO-roslint && rm -rf /var/lib/apt/lists/* + apt update && apt install spacenavd ros-$ROS_DISTRO-roslint && rm -rf /var/lib/apt/lists/* bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \ catkin_make'