Skip to content

Commit

Permalink
Bump setup-ros to 0.7.9 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 20, 2025
1 parent 4910ca1 commit e05d303
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/setup-ros2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ description: Install ROS2 humble (Linux only)
runs:
using: "composite"
steps:
- if: runner.os == 'Linux'
shell: bash
# azure ubuntu repo can be flaky so add an alternate source
# see https://github.com/ros-tooling/setup-ros/issues/80 and https://github.com/ros2/rmw_cyclonedds/pull/134
run: sed -e 's/azure.archive.ubuntu.com/us.archive.ubuntu.com/g' -e t -e d /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/nonazure.list
- name: Setup ROS2
uses: ros-tooling/[email protected].0
uses: ros-tooling/[email protected].9
with:
required-ros-distributions: humble

0 comments on commit e05d303

Please sign in to comment.