Skip to content

Commit

Permalink
[.github/workflows/config.yml: disable installing recommends as ros-o…
Browse files Browse the repository at this point in the history
…-builder do
  • Loading branch information
k-okada committed Dec 30, 2024
1 parent 5d4ecc6 commit cef0e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ jobs:
apt install -qq -y python3-rosdep2
echo "yaml ${{ matrix.ROS_REPOSITORY_URL }}/local.yaml debian" | tee /etc/ros/rosdep/sources.list.d/1-ros-o-builder.list
rosdep update
# disable installing recommends as ros-o-builder do
echo 'APT::Install-Recommends "false";' | sudo tee /etc/apt/apt.conf.d/99norecommends
- name: Setup catkin-tools
run: |
Expand Down

0 comments on commit cef0e47

Please sign in to comment.