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 03e7413 commit 55e6dc0Copy full SHA for 55e6dc0
.github/workflows/ci.yml
@@ -91,15 +91,6 @@ jobs:
91
set -x
92
93
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
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
- ;;
103
ubuntu*|debian*) apt-get update && apt-get -y install automake g++ make;;
104
esac
105
0 commit comments