File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 container :
3939 # TODO: check if "desktop" is really needed for the builds or tests
40- # TODO(luca): Restore to this image once rolling-desktop-full is migrated to noble
41- # image: osrf/ros:${{ matrix.ros_distribution }}-desktop-${{ matrix.ubuntu_distribution }}
42- image : ros:${{ matrix.ros_distribution }}
40+ image : osrf/ros:${{ matrix.ros_distribution }}-desktop-${{ matrix.ubuntu_distribution }}
4341 steps :
4442 - name : create_blacklist
4543 run : |
4947 echo "fun:*Eigen*" > ${{ github.workspace }}/blacklist.txt
5048 fi
5149 - name : Setup ROS
52- uses : ros-tooling/setup-ros@christophebedard/noble-install-libclang-rt-dev
50+ uses : ros-tooling/setup-ros@d8f32e519cd758bc3a3ffa0bf13ec77544aae30f
5351 - name : install_tools
5452 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
5553 - name : set mixins
You can’t perform that action at this time.
0 commit comments