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

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 \