We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89e4cb commit 9cd0e85Copy full SHA for 9cd0e85
1 file changed
.github/workflows/ros2_gz_harmonic_launch_tests.yaml
@@ -38,7 +38,6 @@ jobs:
38
sudo apt-get update
39
# Install ROS 2 packages
40
sudo apt-get install -y ros-humble-ros-base python3-colcon-common-extensions
41
- sudo apt-get install -y ros-humble-xacro
42
43
- name: "Setup Gazebo"
44
uses: gazebo-tooling/setup-gazebo@v0.3.0
@@ -63,6 +62,11 @@ jobs:
63
62
# # Install Gazebo separately with --fix-broken option
64
# sudo apt-get install -y --fix-broken gazebo libgazebo-dev
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
+
70
- name: Setup Python dependencies
71
run: |
72
python -m pip install --upgrade pip
0 commit comments