Skip to content

Commit

Permalink
Install patchelf
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone committed Aug 15, 2023
1 parent cb4a37a commit a00c39c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
colcon build --packages-up-to ${PACKAGE_NAME} \
--packages-skip ${PACKAGE_NAME} \
--event-handlers=console_direct+
- name: install extra dependencies
shell: bash
run: sudo apt install patchelf -y
- name: build wheel
shell: bash
working-directory: ${{ env.ROS_WS }}
Expand Down

0 comments on commit a00c39c

Please sign in to comment.