We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa6221 commit 26da407Copy full SHA for 26da407
1 file changed
.github/workflows/ci.yml
@@ -23,15 +23,19 @@ 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
+<<<<<<< HEAD
35
- uses : ros-tooling/action-ros-ci@0.3.6
36
+=======
37
+ - uses : ros-tooling/action-ros-ci@0.4.3
38
+>>>>>>> 0e6e8e3 (Bump setup-ros and action-ros-ci (#249))
39
40
package-name: "micro_ros_agent"
41
target-ros2-distro: ${{ matrix.ros_distribution }}
0 commit comments