Skip to content

Commit

Permalink
install ros-noetic-catkin for catkin_test_results in 20.04 action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Dec 26, 2023
1 parent 77e8e7b commit 38bba1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
- name: Install ROS basic packages
run: |
apt-cache search catkin
sudo apt-get install -yqq ros-noetic-catkin
catkin_test_results
sudo apt-get install -yqq catkin-lint
sudo apt-get install -yqq python3-catkin-pkg
sudo apt-get install -yqq python3-catkin-tools
catkin_test_results
sudo apt-get install -yqq python3-rosdep
sudo apt-get install -yqq python3-rospkg
sudo apt-get install -yqq python3-wstool
Expand Down

0 comments on commit 38bba1f

Please sign in to comment.