Skip to content

Commit

Permalink
Add libhidapi-dev install to CI (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr committed Jun 6, 2024
1 parent 9a559da commit b239e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/xs-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
rm src/interbotix_ros_core/interbotix_ros_common_drivers/COLCON_IGNORE
rm src/interbotix_ros_core/interbotix_ros_xseries/COLCON_IGNORE
- name: Install Dependencies
run: |
sudo apt-get install libhidapi-dev
- uses: 'ros-industrial/industrial_ci@master'
with:
config: ${{toJSON(matrix.env)}}

0 comments on commit b239e8a

Please sign in to comment.