Skip to content

Commit

Permalink
test once more
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 8, 2024
1 parent c43469e commit cc10f21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ jobs:
# the former gets installed via rosdep in 'action-ros-ci' but the latter do *not* get installed
container: osrf/ros2:devel
steps:
- uses: ros-tooling/[email protected]
- name: Install prerequisites for action-ros-ci and FastRTPS
run: |
apt-get -qq update
apt-get -qq upgrade -y
apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result
apt-get -qq install -y curl libasio-dev libssl-dev libtinyxml2-dev python3-colcon-coveragepy-result python3-pytest-cov
- uses: ros-tooling/[email protected]
with:
# TODO remove once https://github.com/ros-tooling/action-ros-ci/pull/869 is released
rosdep-skip-keys: rti-connext-dds-6.0.1
package-name: |
sros2
Expand Down

0 comments on commit cc10f21

Please sign in to comment.