Skip to content

Commit 55e6dc0

Browse files
committed
use gcc 7 on ubuntu 18.04
1 parent 03e7413 commit 55e6dc0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,6 @@ jobs:
9191
set -x
9292
9393
case "${{ matrix.distro }}" in
94-
ubuntu:18.04)
95-
apt-get update
96-
apt-get -y install software-properties-common
97-
add-apt-repository -y ppa:ubuntu-toolchain-r/test
98-
apt-get update
99-
apt-get -y install automake g++-11 make
100-
update-alternatives --install /usr/bin/c++ c++ $(which g++-11) 100
101-
update-alternatives --install /usr/bin/cc cc $(which gcc-11) 100
102-
;;
10394
ubuntu*|debian*) apt-get update && apt-get -y install automake g++ make;;
10495
esac
10596

0 commit comments

Comments
 (0)