There was an error while loading. Please reload this page.
1 parent d6075d2 commit 45b3b24Copy full SHA for 45b3b24
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -34,12 +34,12 @@ jobs:
34
- name: install workspace dependencies
35
run: |
36
sudo apt-get update
37
- sudo apt-get install -y ros-${ROS_DISTRO}-ros-base
38
- source /opt/ros/${ROS_DISTRO}/setup.bash
39
- rosdep update --rosdistro ${ROS_DISTRO}
+ sudo apt-get install -y ros-$ROS_DISTRO-ros-base
+ source /opt/ros/$ROS_DISTRO/setup.bash
+ rosdep update --rosdistro $ROS_DISTRO
40
rosdep install --from-paths src --ignore-src -r -y
41
42
- name: build workspace
43
44
45
colcon build --symlink-install --continue-on-error
0 commit comments