Skip to content

Commit ac52bbb

Browse files
committed
Sudo for apt
1 parent 063df43 commit ac52bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/SDL/Native/build-linux-x64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
33
../../../eng/native/buildsystem/download-zig.py
44
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
5-
apt-get install build-essential git make \
5+
sudo apt-get install build-essential git make \
66
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
77
libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
88
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev \

0 commit comments

Comments
 (0)