We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e0fe3 commit 03e48bbCopy full SHA for 03e48bb
1 file changed
pixi.toml
@@ -16,7 +16,7 @@ deploy = {cmd = "scripts/deploy_robots.py", description = "Deploys the current e
16
format = {cmd = "pre-commit run --all-files", description = "Runs code formatting and linting."}
17
18
[tasks.build]
19
-cmd = "colcon build --symlink-install --cmake-args -G Ninja "
+cmd = "colcon build --symlink-install --cmake-args -G 'Unix Makefiles' "
20
description = "Builds all ROS 2 packages. Add --packages-select <package names> to build specific packages."
21
22
[tasks.clean]
0 commit comments