diff --git a/.github/workflows/basic-build-ci.yaml b/.github/workflows/basic-build-ci.yaml index 61aa21cd2..4ed77443f 100644 --- a/.github/workflows/basic-build-ci.yaml +++ b/.github/workflows/basic-build-ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Install Prerequisites run: | bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \ - apt-get update && apt-get upgrade -y && apt-get install ros-dev-tools && rosdep update; \ + apt-get update && apt-get upgrade -y && apt-get install ros-dev-tools -y && rosdep update; \ rosdep install --from-paths src --ignore-src -y' - name: Build Workspace run: |