We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4294479 commit f2387bfCopy full SHA for f2387bf
.github/workflows/build_desktop.yml
@@ -25,6 +25,14 @@ jobs:
25
target-ros2-distro: foxy
26
vcs-repo-file-url: ${{github.workspace}}/.github/workflows/ci.repos
27
extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
28
+ colcon-defaults: |
29
+ {
30
+ "build": {
31
+ "event-handlers": [
32
+ "console_direct+"
33
+ ]
34
+ }
35
36
- uses: actions/upload-artifact@v4
37
with:
38
name: colcon-logs
0 commit comments