diff --git a/.github/workflows/colcon.yml b/.github/workflows/colcon.yml index 52f7fd5..ec09f43 100644 --- a/.github/workflows/colcon.yml +++ b/.github/workflows/colcon.yml @@ -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