Skip to content

Commit

Permalink
CI: ignore exec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Oct 15, 2023
1 parent 7644d41 commit 0de0ec2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ jobs:
- uses: ros-tooling/setup-ros@v0.6
with:
required-ros-distributions: ${{ matrix.ros_distro }}

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get upgrade -y
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
run: |
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
Expand All @@ -61,5 +54,5 @@ jobs:
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
cd ${{github.workspace}}/ros2_ws
rosdep update
rosdep install --from-paths src --ignore-src -r -y
rosdep install --from-paths src --ignore-src -r -y -t build_export -t test -t build -t buildtool_export -t buildtool
colcon build --event-handlers console_direct+

0 comments on commit 0de0ec2

Please sign in to comment.