We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ffd42 commit 0dfc100Copy full SHA for 0dfc100
.github/scripts/install_dependencies.sh
@@ -11,6 +11,7 @@ sudo apt install -y \
11
binutils-gold \
12
build-essential \
13
capnproto \
14
+ ament-cmake \
15
exuberant-ctags \
16
curl \
17
doxygen \
@@ -53,14 +54,6 @@ sudo apt install -y \
53
54
55
pip install -r requirements.txt
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
64
git clone https://github.com/capnproto/capnproto-java.git $GITHUB_WORKSPACE/env/capnproto-java
65
pushd $GITHUB_WORKSPACE/env/capnproto-java
66
make
0 commit comments