We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c3a32 commit 583b796Copy full SHA for 583b796
.github/workflows/build-and-test.yaml
@@ -57,6 +57,6 @@ jobs:
57
if: steps.check_diff_cpp.outputs.cpp_changed == 'true'
58
run: |
59
source /opt/ros/humble/setup.bash
60
- colcon build --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1
+ colcon build --parallel-workers 1 --merge-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1
61
62
# TODO: run tests
0 commit comments