diff --git a/.github/workflows/ros2.yml b/.github/workflows/ros2.yml index 42a9cb5..56229bc 100644 --- a/.github/workflows/ros2.yml +++ b/.github/workflows/ros2.yml @@ -74,7 +74,9 @@ jobs: - uses: actions/checkout@v4 with: path: 'ros2_ws/src/t07_ros' - + submodules: true + fetch-depth: 1 + - name: colcon build run: | source /opt/ros/${{ matrix.ros_distro }}/setup.bash