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 21, 2024
1 parent f267f81 commit 37d61a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 update && apt install spacenavd libspnav-dev ros-$ROS_DISTRO-roslint -y && rm -rf /var/lib/apt/lists/*
apt update && apt install python3-catkin-tools spacenavd libspnav-dev ros-$ROS_DISTRO-roslint -y && rm -rf /var/lib/apt/lists/*
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
catkin_make'
catkin build'

0 comments on commit 37d61a6

Please sign in to comment.