Skip to content

Commit 2362271

Browse files
author
tinzhu
committed
Upgrade CMake to the latest.
1 parent 57c251c commit 2362271

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

scripts/install.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
#
33
# Install necessary softwares for Ubuntu.
44

5-
apt-get update
6-
apt-get install -y \
5+
# Remove large folder to save space
6+
rm -rf /opt/hostedtoolcache
7+
8+
sudo apt-get update
9+
sudo apt-get install -y \
710
gcc-multilib \
811
git \
912
g++ \
@@ -19,3 +22,5 @@ apt-get install -y \
1922
python3 -m pip install --upgrade pip
2023
pip3 install gcovr==4.1
2124

25+
# Upgrade cmake to the latest version.
26+
pip install --upgrade cmake

0 commit comments

Comments
 (0)