Skip to content

Commit

Permalink
setting up rosdep
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jan 2, 2025
1 parent 316ff36 commit 726c9a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros-distro }}
# Set up rosdep
- name: Set up rosdep
run: |
sudo rosdep init
rosdep update
# Get smc_storm for testing
- name: Get smc_storm
id: get_smc_storm
Expand Down

0 comments on commit 726c9a8

Please sign in to comment.