Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk126 committed May 16, 2024
1 parent bcf1638 commit 032ae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
cd ~/catkin_ws/src
ln -s $GITHUB_WORKSPACE .
cd ~/catkin_ws
apt install ros-$ROS_DISTRO-roslint
apt update && apt install ros-$ROS_DISTRO-roslint && rm -rf /var/lib/apt/lists/*
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
catkin_make'

0 comments on commit 032ae2d

Please sign in to comment.