Skip to content

Commit cecc0a5

Browse files
committed
GHA: Install debootstrap
1 parent 8d347a1 commit cecc0a5

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
@@ -83,7 +83,7 @@ jobs:
8383
- name: 'Install some dependencies'
8484
run: |
8585
sudo apt-get update
86-
sudo 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
86+
sudo 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 debootstrap
8787
# If we really need gcc-10, we can get it from this PPA:
8888
sudo apt-get install -y software-properties-common
8989
sudo add-apt-repository ppa:ubuntu-toolchain-r/test

0 commit comments

Comments
 (0)