Skip to content

Commit 9cd0e85

Browse files
committed
CI: harmonic workflow: install gazebo
1 parent d89e4cb commit 9cd0e85

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ros2_gz_harmonic_launch_tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
sudo apt-get update
3939
# Install ROS 2 packages
4040
sudo apt-get install -y ros-humble-ros-base python3-colcon-common-extensions
41-
sudo apt-get install -y ros-humble-xacro
4241
4342
- name: "Setup Gazebo"
4443
uses: gazebo-tooling/setup-gazebo@v0.3.0
@@ -63,6 +62,11 @@ jobs:
6362
# # Install Gazebo separately with --fix-broken option
6463
# sudo apt-get install -y --fix-broken gazebo libgazebo-dev
6564

65+
- name: Install Gazebo and dependencies
66+
run: |
67+
sudo apt-get install -y ros-humble-xacro
68+
sudo apt-get install -y --fix-broken gazebo libgazebo-dev
69+
6670
- name: Setup Python dependencies
6771
run: |
6872
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)