Skip to content

Commit

Permalink
install ros-dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 16, 2024
1 parent 2dd6b5c commit e06cbf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
- name: install ROS 2
uses: ros-tooling/[email protected]

- name: ros-dev-tools (ubuntu)
if: ${{ matrix.distribution == 'ubuntu' }}
run: |
apt update
apt -y install ros-dev-tools
- name: ros-dev-tools (almalinux)
if: ${{ matrix.distribution == 'almalinux'}}
run: |
dnf -y install ros-dev-tools
- name: build and test
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit e06cbf9

Please sign in to comment.