Skip to content

Commit dd42d09

Browse files
committed
fix: fix call to Python script
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent f0b3ee1 commit dd42d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Generate bindings
6767
run: |
6868
cd rclrs/src
69-
sh ../generate_bindings.sh ${{ matrix.ros_distribution }}
69+
../generate_bindings.py rcl_wrapper.h ${{ matrix.ros_distribution }} .
7070
7171
- name: Submit PR
7272
run: |

0 commit comments

Comments
 (0)