Skip to content

Commit 8d347a1

Browse files
committed
GHA: More sudo
1 parent fa6d74e commit 8d347a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
steps:
8383
- name: 'Install some dependencies'
8484
run: |
85-
apt-get update
86-
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
85+
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
8787
# If we really need gcc-10, we can get it from this PPA:
88-
apt-get install -y software-properties-common
88+
sudo apt-get install -y software-properties-common
8989
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
9090
9191
- name: 'Cache sysroot'

0 commit comments

Comments
 (0)