Skip to content

Commit

Permalink
[GithubActions] Fixing apt-add-repository not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarinho authored Sep 1, 2024
1 parent e09dc1b commit ab5cd51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup_ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: install DQ Robotics Devel
run: |
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:dqrobotics-dev/development
sudo apt-get update
sudo apt-get install libdqrobotics*
Expand Down

0 comments on commit ab5cd51

Please sign in to comment.