diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f5cbdd..8403c16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Build the ROS2 workspace run: | cd ros_ws - colcon build --symlink_install + colcon build --symlink-install # Ensure the toolchain file is correctly pointing to your ARM toolchain. --cmake-args -DCMAKE_TOOLCHAIN_FILE=path/to/your/toolchainfile.cmake - name: Archive the build artifacts