Skip to content

Commit

Permalink
TEST, set ros2-testing for rolling
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed May 14, 2024
1 parent d7cda3a commit 4e7d743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
steps:
- name: Setup ROS
uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: ${{ (matrix.ros_distribution == 'jazzy') || (matrix.ros_distribution == 'rolling') }}
- name: install_clang_and_tools
run: sudo apt update && sudo apt install -y ccache clang clang-tools lld wget python3-pip python3-colcon-coveragepy-result python3-colcon-lcov-result lcov
- name: create_blacklist
Expand Down

0 comments on commit 4e7d743

Please sign in to comment.