Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit 7b88e3c

Browse files
committed
Update GCC to 10
1 parent afb1f37 commit 7b88e3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/prepare_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ add-apt-repository ppa:ubuntu-toolchain-r/test -y
99
apt-get update -y
1010
apt-get install build-essential software-properties-common -y
1111
apt-get update
12-
apt-get install gcc-9 g++-9 -y
13-
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
12+
apt-get install gcc-10 g++-10 -y
13+
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10
1414
update-alternatives --config gcc
1515

1616
apt-get install git wget -y

0 commit comments

Comments
 (0)