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 b47b93e commit 4f7eecaCopy full SHA for 4f7eeca
.github/scripts/hostsetup.sh
@@ -30,7 +30,6 @@ apt install -y \
30
build-essential \
31
capnproto \
32
clang \
33
- cmake \
34
ctags \
35
curl \
36
doxygen \
@@ -73,6 +72,15 @@ apt install -y \
73
72
# Don't include libtbb-dev since it may increase memory usage
74
#libtbb-dev \
75
+# installing the latest version of cmake
76
+apt install -y apt-transport-https ca-certificates gnupg
77
+wget -qO - https://apt.kitware.com/keys/kitware-archive-latest.asc |apt-key add -
78
+
79
+apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
80
+apt update
81
+apt install -y cmake
82
83
84
export PATH="$PATH:/home/kbuilder/.local/bin"
85
86
export CC=gcc-9
0 commit comments