Skip to content

Commit 03b02bb

Browse files
authored
ci: fix missing sourcing of the ROS setup script (#521)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent ceb5fbc commit 03b02bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-bindings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565

6666
- name: Generate bindings
6767
run: |
68+
. /opt/ros/${{ matrix.ros_distribution }}/setup.sh
6869
cd rclrs/src
6970
../generate_bindings.py rcl_wrapper.h ${{ matrix.ros_distribution }} .
7071

0 commit comments

Comments
 (0)