Skip to content

Commit ff3e9e9

Browse files
facontidavideclaude
andcommitted
fix ROS CI: explicitly list cloudini_lib before cloudini_ros
Fixes parallel build issue where cloudini_ros would start configuring before cloudini_lib finished installing. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 3a63c2a commit ff3e9e9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ros-humble.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
# Run ROS CI
2020
- uses: ros-tooling/[email protected]
2121
with:
22-
package-name: cloudini_ros
22+
package-name: |
23+
cloudini_lib
24+
cloudini_ros
2325
target-ros2-distro: humble

.github/workflows/ros-jazzy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
# Step 3: Run ROS CI
3232
- uses: ros-tooling/[email protected]
3333
with:
34-
package-name: cloudini_ros
34+
package-name: |
35+
cloudini_lib
36+
cloudini_ros
3537
target-ros2-distro: jazzy

0 commit comments

Comments
 (0)