Skip to content

Commit

Permalink
Fix Nightly CMake (micro-ROS#555) (micro-ROS#556)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
(cherry picked from commit a73f847)

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
mergify[bot] and pablogs9 authored Aug 5, 2022
1 parent 7f9215e commit de46895
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,14 +338,6 @@ jobs:
apt update
apt upgrade -y
# Install last version of CMake
apt install -y apt-transport-https ca-certificates gnupg software-properties-common wget
if [ $(lsb_release -sr) = "22.04" ]; then
echo "Using Ubuntu mainline CMake"
else
echo "Adding Kitware CMake repo to install CMake"
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main'
fi
apt-get update
apt install -y python3-colcon-metadata python3-pip cmake
rosdep update --os=ubuntu:jammy --rosdistro $ROS_DISTRO
Expand Down

0 comments on commit de46895

Please sign in to comment.