We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7242532 commit bc4dd34Copy full SHA for bc4dd34
.github/workflows/build_tests.yaml
@@ -29,6 +29,12 @@ jobs:
29
. /opt/ros/kilted/setup.sh
30
pre-commit run --all-files --hook-stage manual
31
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
+
38
ros-build:
39
runs-on: ubuntu-24.04
40
needs: pre-commit
0 commit comments