File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 name : ament_${{ matrix.linter }}
88 runs-on : ubuntu-latest
99 container :
10- image : rostooling/ setup-ros-docker: ubuntu-noble-ros-rolling-ros-base-latest
10+ image : ghcr.io/ros-tooling/ setup-ros-docker/setup-ros-docker- ubuntu-noble-ros-kilted-desktop
1111 strategy :
1212 fail-fast : false
1313 matrix :
Original file line number Diff line number Diff line change 1212 ROS_DISTRO : ${{ matrix.ros_distro }}
1313 RMW_IMPLEMENTATION : rmw_cyclonedds_cpp
1414 container :
15- image : rostooling /setup-ros-docker: ubuntu-noble-ros-kilted-desktop-latest
15+ image : ros-tooling /setup-ros-docker- ubuntu-noble-ros-kilted-desktop
1616 strategy :
1717 fail-fast : false
1818 matrix :
2323 run : sudo apt install ros-${{ matrix.ros_distro }}-rmw-cyclonedds-cpp -y
2424 - name : Build and run tests
2525 id : action-ros-ci
26- uses : ros-tooling/action-ros-ci@v0.3
26+ uses : ros-tooling/action-ros-ci@v0.4
2727 with :
2828 import-token : ${{ secrets.GITHUB_TOKEN }}
2929 target-ros2-distro : ${{ matrix.ros_distro }}
You can’t perform that action at this time.
0 commit comments