Skip to content

Commit

Permalink
Fix CI upgrade ROS docker (backport #489) (#490)
Browse files Browse the repository at this point in the history
* Fix CI upgrade ROS docker (#489)

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
(cherry picked from commit 4a2e82c)

# Conflicts:
#	.github/workflows/nightly.yml

* fix conflicts

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
mergify[bot] and pablogs9 authored Mar 31, 2022
1 parent d71ce51 commit 9ddb47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ jobs:
- name: Dependencies
run: |
apt update
apt upgrade -y
# Install last version of CMake
apt install -y apt-transport-https ca-certificates gnupg software-properties-common wget
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
Expand Down

0 comments on commit 9ddb47c

Please sign in to comment.