diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 5d9f3da..eb198d5 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -33,7 +33,7 @@ jobs: rosdep update rosdep install -r -y --from-paths --ignore-src ./ source /opt/ros/humble/setup.bash - colcon build --symlink-install + colcon build --symlink-install shell: bash # - name : Ament Cpplint diff --git a/CMakeLists.txt b/CMakeLists.txt index 70ad84e..0e3be1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,5 +31,4 @@ ament_auto_package( INSTALL_TO_SHARE config launch - scripts )