We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af00787 commit 0e6e8e3Copy full SHA for 0e6e8e3
.github/workflows/ci.yml
@@ -23,15 +23,15 @@ jobs:
23
image: ${{ matrix.docker_image }}
24
steps:
25
- uses: actions/checkout@v4
26
- - uses: ros-tooling/setup-ros@0.7.7
+ - uses: ros-tooling/setup-ros@0.7.13
27
with:
28
use-ros2-testing: false
29
required-ros-distributions: ${{ matrix.ros_distribution }}
30
- name : Download and install dependencies
31
run: |
32
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
33
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
34
- - uses : ros-tooling/action-ros-ci@0.3.13
+ - uses : ros-tooling/action-ros-ci@0.4.3
35
36
package-name: "micro_ros_agent"
37
target-ros2-distro: ${{ matrix.ros_distribution }}
0 commit comments