ci(docker): bump gcc-10 in ubuntu 20.04 image (#1489)

This commit is contained in:
ReenigneArcher 2023-07-31 15:20:38 -04:00 committed by GitHub
parent f3a257b150
commit e2577193f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@ set -e
apt-get update -y
apt-get install -y --no-install-recommends \
build-essential \
gcc-10=10.3.* \
g++-10=10.3.* \
gcc-10=10.5.* \
g++-10=10.5.* \
git \
libappindicator3-dev \
libavdevice-dev \