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 587ab8a commit 984a48bCopy full SHA for 984a48b
.github/workflows/build_desktop.yml
@@ -19,8 +19,14 @@ jobs:
19
with:
20
required-ros-distributions: foxy
21
- uses: ros-tooling/action-ros-ci@v0.3
22
+ id: action_ros_ci_step
23
24
package-name: rcldotnet_examples
25
target-ros2-distro: foxy
26
vcs-repo-file-url: ${{github.workspace}}/.github/workflows/ci.repos
- extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
27
+ extra-cmake-args: -DCMAKE_SYSTEM_VERSION=10.0.19041.0 -Wno-dev
28
+ - uses: actions/upload-artifact@v1
29
+ with:
30
+ name: colcon-logs
31
+ path: ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
32
+ if: always() # upload the logs even when the build fails
0 commit comments