Skip to content

Commit

Permalink
apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent ac52bbb commit 4710f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/SDL/Native/build-linux-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
../../../eng/native/buildsystem/download-zig.py
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
sudo apt-get update
sudo apt-get install build-essential git make \
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
Expand Down

0 comments on commit 4710f9a

Please sign in to comment.