Skip to content

Commit

Permalink
Use apt-get
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Barker <[email protected]>
  • Loading branch information
Ryanf55 and peterbarker authored Jan 9, 2024
1 parent 68d515e commit 5f4019e
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 @@ -33,7 +33,7 @@ jobs:
shell: 'bash'
run: |
apt update
apt install python3
apt-get install -y python3
rosdep update
# Workaround for flake8 attribute error
# https://github.com/ArduPilot/ardupilot/pull/24277#issuecomment-1632833433
Expand Down

0 comments on commit 5f4019e

Please sign in to comment.