Skip to content

Commit 032ae2d

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

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 install ros-$ROS_DISTRO-roslint
19+
apt update && apt install 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)