We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf1638 commit 032ae2dCopy full SHA for 032ae2d
.github/workflows/main.yml
@@ -16,6 +16,6 @@ jobs:
16
cd ~/catkin_ws/src
17
ln -s $GITHUB_WORKSPACE .
18
cd ~/catkin_ws
19
- apt install ros-$ROS_DISTRO-roslint
+ apt update && apt install ros-$ROS_DISTRO-roslint && rm -rf /var/lib/apt/lists/*
20
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
21
catkin_make'
0 commit comments