Skip to content

Commit

Permalink
Fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Dec 21, 2024
1 parent 609bb99 commit ece2459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/SDL/Native/build-linux-x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fi

if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
../../../eng/native/buildsystem/download-zig.py
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/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 \
Expand Down

0 comments on commit ece2459

Please sign in to comment.