[ci] add apt-get source for gcc-11

This commit is contained in:
tangxifan 2022-11-04 14:15:27 -07:00
parent 9571eeb4b4
commit 49fccc530f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
# The package list is designed for Ubuntu 20.04 LTS
add-apt-repository -y ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install -y \
autoconf \