Skip to content

Commit

Permalink
ci(docker): bump gcc-10 in ubuntu 20.04 image (LizardByte#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored and e-dong committed Jul 26, 2024
1 parent a767b70 commit 7e939a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ubuntu-20.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7e939a7

Please sign in to comment.