Skip to content

Commit a354a7e

Browse files
committed
Switch to bleeding rolling tags and debug bond version
Signed-off-by: Ryan Friedman <[email protected]>
1 parent 1ba828b commit a354a7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/colcon.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
- {rosdistro: 'rolling', container: 'osrf/ros:rolling-desktop'}
18+
- {rosdistro: 'rolling', container: 'ros:rolling'}
1919
container: ${{ matrix.config.container }}
2020
steps:
2121
- uses: actions/checkout@v4
@@ -33,6 +33,7 @@ jobs:
3333
rosdep update
3434
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
3535
rosdep install --from-paths src --ignore-src -y --skip-keys "slam_toolbox turtlebot3_gazebo gazebo_ros_pkgs"
36+
apt show ros-rolling-bond-core
3637
shell: bash
3738
- name: Colcon Build (Release)
3839
run: |
@@ -45,4 +46,4 @@ jobs:
4546
source install/setup.bash
4647
colcon test --return-code-on-test-failure --paths src/grid_map/* --event-handlers=console_cohesion+
4748
colcon test-result --all --verbose
48-
shell: bash
49+
shell: bash

0 commit comments

Comments
 (0)