Skip to content

Commit

Permalink
ros2: updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Oct 14, 2023
1 parent 8ae4e9e commit 76f2095
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ros_distro: [foxy, humble, iron]
ros_distro: [humble, iron]
include:
- ros_distro: 'foxy'
os: ubuntu-20.04
- ros_distro: 'humble'
os: ubuntu-22.04
- ros_distro: 'iron'
Expand All @@ -38,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install ros-${{ matrix.ros_distro }}-rtabmap
sudo apt-get -y install ros-${{ matrix.ros_distro }}-rtabmap-ros
sudo apt-get -y remove ros-${{ matrix.ros_distro }}-rtabmap*
- name: Setup ros2 workspace
Expand Down

0 comments on commit 76f2095

Please sign in to comment.