CI: change apt to apt-get

This commit is contained in:
Oleg Kalachev
2021-05-29 05:31:29 +03:00
parent 5932faa29c
commit 563e5acad6
2 changed files with 4 additions and 4 deletions

View File

@@ -3,8 +3,8 @@
# Perform a "standalone install" in a Docker container
set -e
# Step 1: Install pip
apt update
apt install -y curl
apt-get update
apt-get install -y curl
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python ./get-pip.py
@@ -21,7 +21,7 @@ led_msgs:
stretch: ros-kinetic-led-msgs
buster: ros-melodic-led-msgs
EOF
apt update
apt-get update
rosdep update
# Step 2: Run rosdep to install all dependencies