Skip to content

Commit 58f8f95

Browse files
committed
fixed bug
1 parent db1edfc commit 58f8f95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ros-humble.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
uses: actions/checkout@v4
2323
with:
2424
submodules: recursive
25+
2526
- name: Compile for ROS2 humble
2627
uses: 'ros-industrial/industrial_ci@master'
2728
env:
2829
ROS_DISTRO: humble
2930
ROS_REPO: main
30-
- name: Execute lvr2_reconstruct
31-
run: ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts
31+
32+
- name: Execute LVR2 Reconstruct
33+
run: ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts

0 commit comments

Comments
 (0)