Skip to content

Commit

Permalink
ok, it's initialized
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 726c9a8 commit 3de5e3f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ 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 Expand Up @@ -67,6 +62,7 @@ jobs:
mkdir ros_interfaces_ws
cd ros_interfaces_ws
ln -s ../ros_support_interfaces src
rosdep update
rosdep install --from-paths src -y --ignore-src
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
# run the tests
Expand Down

0 comments on commit 3de5e3f

Please sign in to comment.