Skip to content

Commit fe43907

Browse files
authored
Update main.yml
1 parent 032ae2d commit fe43907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
cd ~/catkin_ws/src
1717
ln -s $GITHUB_WORKSPACE .
1818
cd ~/catkin_ws
19-
apt update && apt install ros-$ROS_DISTRO-roslint && rm -rf /var/lib/apt/lists/*
19+
apt update && apt install spacenavd ros-$ROS_DISTRO-roslint && rm -rf /var/lib/apt/lists/*
2020
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
2121
catkin_make'

0 commit comments

Comments
 (0)