Skip to content

Commit

Permalink
Build ros_common_drivers humble ci (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr authored Jun 5, 2024
1 parent 38e03f7 commit 461301d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/xs-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
path: src
- name: Prepare Workspace
run: |
rm src/interbotix_ros_common_drivers/COLCON_IGNORE
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
with:
config: ${{toJSON(matrix.env)}}

0 comments on commit 461301d

Please sign in to comment.