Skip to content

Commit

Permalink
attempt to use setup-ros
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed May 7, 2024
1 parent d317640 commit dda88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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
Expand All @@ -23,7 +24,6 @@ jobs:
package-name: |
sros2
sros2_cmake
# test_security
extra-cmake-args: '-DSECURITY=ON --no-warn-unused-cli'
target-ros2-distro: rolling
- name: Upload coverage to Codecov
Expand Down

0 comments on commit dda88b0

Please sign in to comment.