Skip to content

Commit c8b966c

Browse files
authored
[GithubActions] Specifying dqrobotics packages.
1 parent 971f5c7 commit c8b966c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup_ros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sudo apt-get -y install software-properties-common
4747
sudo add-apt-repository ppa:dqrobotics-dev/development
4848
sudo apt-get update
49-
sudo apt-get -y install libdqrobotics*
49+
sudo apt-get -y install libdqrobotics libdqrobotics-interface-json11 libdqrobotics-interface-vrep-4.7.0-2
5050
- name: build and test ROS 2
5151
if: ${{ matrix.ros_version == 2 }}
5252
uses: ros-tooling/action-ros-ci@v0.3

0 commit comments

Comments
 (0)