Skip to content

Commit

Permalink
Update humble CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr committed Dec 19, 2024
1 parent 53443a3 commit af96d28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/xs-humble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-22.04
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
- name: Checkout ROS Toolboxes
uses: actions/checkout@v3
Expand All @@ -37,6 +39,8 @@ jobs:
run: python3 -m pip install modern-robotics transforms3d
- name: Prepare Workspace
run: |
rm src/interbotix_ros_core/interbotix_ros_xseries/COLCON_IGNORE || echo "File not found"
rm src/interbotix_ros_core/interbotix_ros_common_drivers/COLCON_IGNORE || echo "File not found"
rm src/interbotix_ros_toolboxes/interbotix_perception_toolbox/COLCON_IGNORE
rm src/interbotix_ros_toolboxes/interbotix_io_toolbox/COLCON_IGNORE
rm src/interbotix_ros_toolboxes/interbotix_common_toolbox/interbotix_moveit_interface/COLCON_IGNORE
Expand Down

0 comments on commit af96d28

Please sign in to comment.