Skip to content

Commit

Permalink
use gcc 7 on ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 26, 2025
1 parent 03e7413 commit 55e6dc0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ jobs:
set -x
case "${{ matrix.distro }}" in
ubuntu:18.04)
apt-get update
apt-get -y install software-properties-common
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt-get update
apt-get -y install automake g++-11 make
update-alternatives --install /usr/bin/c++ c++ $(which g++-11) 100
update-alternatives --install /usr/bin/cc cc $(which gcc-11) 100
;;
ubuntu*|debian*) apt-get update && apt-get -y install automake g++ make;;
esac
Expand Down

0 comments on commit 55e6dc0

Please sign in to comment.