Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Use humble instead of rolling
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Mar 18, 2024
1 parent b44b5be commit 6562fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
package-name: drake
target-ros2-distro: rolling
target-ros2-distro: humble
skip-tests: true
# Remove cmake-target after https://github.com/RobotLocomotion/ros-drake-vendor/issues/10
colcon-defaults: |
Expand All @@ -35,6 +35,6 @@ jobs:
run: |
# gflags is required by drake_cmake_installed
sudo apt-get update && sudo apt-get install -y libgflags-dev
. /opt/ros/rolling/setup.bash
. /opt/ros/humble/setup.bash
. install/setup.bash
colcon build --merge-install --packages-select drake_cmake_installed drake_ament_cmake_installed --event-handlers console_direct+

0 comments on commit 6562fe9

Please sign in to comment.