Skip to content

Commit

Permalink
GHA: Add ppa:ubuntu-toolchain-r/test for gcc-10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jan 19, 2024
1 parent 314ca00 commit e3ebd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
apt-get update
apt-get install -y build-essential git wget curl sudo unzip zip openjdk-11-jdk autoconf libfreetype6-dev libcups2-dev libx11-dev libxext-dev libxrender-dev libxrandr-dev libxtst-dev libxt-dev libasound2-dev libffi-dev file binutils libfontconfig-dev
# If we really need gcc-10, we can get it from this PPA:
#sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- name: 'Checkout the JDK source'
uses: actions/checkout@v3
Expand Down

0 comments on commit e3ebd10

Please sign in to comment.