diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 555e886..b746a35 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,5 +22,5 @@ jobs: required-ros-distributions: humble - name: Build workspace - run: sudo apt-get update & sudo apt-get -y install ament-cmake & \ + run: sudo apt-get update & sudo apt-get -y install ament-cmake &&\ /bin/bash /opt/ros/humble/setup.bash && colcon build