[ci] add apt-get source for gcc-11
This commit is contained in:
parent
9571eeb4b4
commit
49fccc530f
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# The package list is designed for Ubuntu 20.04 LTS
|
# The package list is designed for Ubuntu 20.04 LTS
|
||||||
|
add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
|
Loading…
Reference in New Issue