File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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 : |
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
You can’t perform that action at this time.
0 commit comments