Skip to content

Commit bc4dd34

Browse files
committed
workflows: build clips_vendor from source on humble
1 parent 7242532 commit bc4dd34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
. /opt/ros/kilted/setup.sh
3030
pre-commit run --all-files --hook-stage manual
3131
32+
- name: Clone clips_vendor (humble only)
33+
if: matrix.ros_distro == 'humble'
34+
run: |
35+
cd /ros_ws
36+
git clone https://github.com/carologistics/clips_vendor.git
37+
3238
ros-build:
3339
runs-on: ubuntu-24.04
3440
needs: pre-commit

0 commit comments

Comments
 (0)