Skip to content

Commit

Permalink
need to source setup.bash to use catkin_make in 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Dec 28, 2023
1 parent c12a893 commit e9ef0ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
mkdir catkin_make_ws
cd catkin_make_ws
ln -s ../install_catkin_ws/src
source /opt/ros/$ROS_DISTRO/setup.bash
catkin_make run_tests
catkin_test_results
Expand Down

0 comments on commit e9ef0ea

Please sign in to comment.