Skip to content

Commit

Permalink
.github: Hide wget progress
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Kancir <[email protected]>
  • Loading branch information
Ryanf55 and khancyr authored Nov 21, 2023
1 parent 83e084c commit 6d3e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Pull in repos with vcs
run: |
cd src
wget https://raw.githubusercontent.com/ArduPilot/ardupilot/master/Tools/ros2/ros2.repos
wget --progress=dot:giga https://raw.githubusercontent.com/ArduPilot/ardupilot/master/Tools/ros2/ros2.repos
vcs import --recursive --debug --shallow --skip-existing < ros2.repos
- name: Install dependencies
shell: 'bash'
Expand Down

0 comments on commit 6d3e99a

Please sign in to comment.