Skip to content

Commit 176e793

Browse files
committed
GHA: No need for OpenJDK 11 in the sysroot
1 parent 6be964a commit 176e793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
sudo debootstrap --arch=$(dpkg --print-architecture) focal sysroot-focal http://archive.ubuntu.com/ubuntu
102102
fi
103103
sudo chroot sysroot-focal apt-get update
104-
sudo chroot sysroot-focal 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
104+
sudo chroot sysroot-focal apt-get install -y build-essential git wget curl sudo unzip zip 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
105105
# If we really need gcc-10, we can get it from this PPA:
106106
sudo chroot sysroot-focal apt-get install -y software-properties-common
107107
sudo chroot sysroot-focal sudo add-apt-repository ppa:ubuntu-toolchain-r/test

0 commit comments

Comments
 (0)