Skip to content

Commit

Permalink
update ros-tooling versions (#361)
Browse files Browse the repository at this point in the history
* update ros-tooling versions

Signed-off-by: Jan Staschulat <[email protected]>

* update ros-tooling versions

Signed-off-by: Jan Staschulat <[email protected]>

---------

Signed-off-by: Jan Staschulat <[email protected]>
(cherry picked from commit 555192c)

# Conflicts:
#	.github/workflows/ci.yml
  • Loading branch information
JanStaschulat authored and mergify[bot] committed Jun 12, 2023
1 parent 8856fea commit 615880f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,21 @@ jobs:
image: ${{ matrix.docker_image }}
steps:
- uses: actions/checkout@v2
- uses: ros-tooling/setup-ros@0.4.2
- uses: ros-tooling/setup-ros@0.6.2
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name : Download and install rclc-dependencies
run: |
apt-get install ros-${{ matrix.ros_distribution }}-osrf-testing-tools-cpp
apt-get install ros-${{ matrix.ros_distribution }}-test-msgs
<<<<<<< HEAD
- uses : ros-tooling/[email protected]
=======
apt-get install ros-${{ matrix.ros_distribution }}-rclcpp-action
apt-get install ros-${{ matrix.ros_distribution }}-mimick-vendor
apt-get -y install ros-${{ matrix.ros_distribution }}-performance-test-fixture
- uses : ros-tooling/[email protected]
>>>>>>> 555192c (update ros-tooling versions (#361))
with:
package-name: "rclc rclc_examples rclc_lifecycle rclc_parameter"
vcs-repo-file-url: ""
Expand Down

0 comments on commit 615880f

Please sign in to comment.