Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 16, 2024
1 parent ac72657 commit 1a333fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
steps:
- uses: ros-tooling/[email protected]
- name: Temporary fix for rolling by setting the ROSDISTRO_INDEX_URL
# see https://docs.ros.org/en/rolling/How-To-Guides/Using-Custom-Rosdistro.html
# TODO(anyone): remove/deactivate after rolling is fixed on noble
run: |
if [[ "${{ inputs.ros_distro }}" == "rolling" ]]; then
sudo sed -i "s|ros\/rosdistro\/master|ros\/rosdistro\/rolling\/2024-02-28|" /etc/ros/rosdep/sources.list.d/20-default.list
echo "ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros/rosdistro/rolling/2024-02-28/index-v4.yaml" >> $GITHUB_ENV
fi
- name: Test some rosdep commands
- name: Test some rosdep commands to see if the step above worked
# TODO(anyone): remove/deactivate after rolling is fixed on noble
run: |
rosdep update
echo "ROS_DISTRO: $ROS_DISTRO"
Expand Down

0 comments on commit 1a333fc

Please sign in to comment.