From 4750727b8d08a7edfd0acf329428b8b1a6fd4d82 Mon Sep 17 00:00:00 2001 From: RaduLucian <57638808+RaduLucianR@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:48:28 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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