Skip to content

Commit 0dfc100

Browse files
committed
drop latest cmake, add ament-cmake
1 parent 84ffd42 commit 0dfc100

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/scripts/install_dependencies.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ sudo apt install -y \
1111
binutils-gold \
1212
build-essential \
1313
capnproto \
14+
ament-cmake \
1415
exuberant-ctags \
1516
curl \
1617
doxygen \
@@ -53,14 +54,6 @@ sudo apt install -y \
5354

5455
pip install -r requirements.txt
5556

56-
# installing the latest version of cmake
57-
apt install -y apt-transport-https ca-certificates gnupg
58-
wget -qO - https://apt.kitware.com/keys/kitware-archive-latest.asc |apt-key add -
59-
60-
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ jammy main'
61-
apt update
62-
apt install -y cmake
63-
6457
git clone https://github.com/capnproto/capnproto-java.git $GITHUB_WORKSPACE/env/capnproto-java
6558
pushd $GITHUB_WORKSPACE/env/capnproto-java
6659
make

0 commit comments

Comments
 (0)