Skip to content

Commit ab5cd51

Browse files
authored
[GithubActions] Fixing apt-add-repository not found.
1 parent e09dc1b commit ab5cd51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/setup_ros.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
required-ros-distributions: ${{ matrix.ros_distribution }}
4444
- name: install DQ Robotics Devel
4545
run: |
46+
sudo apt-get install software-properties-common
4647
sudo add-apt-repository ppa:dqrobotics-dev/development
4748
sudo apt-get update
4849
sudo apt-get install libdqrobotics*

0 commit comments

Comments
 (0)