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 afb1f37 commit 7b88e3cCopy full SHA for 7b88e3c
1 file changed
script/prepare_linux.sh
@@ -9,8 +9,8 @@ add-apt-repository ppa:ubuntu-toolchain-r/test -y
9
apt-get update -y
10
apt-get install build-essential software-properties-common -y
11
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
+apt-get install gcc-10 g++-10 -y
+update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 60 --slave /usr/bin/g++ g++ /usr/bin/g++-10
14
update-alternatives --config gcc
15
16
apt-get install git wget -y
0 commit comments