We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609bb99 commit ece2459Copy full SHA for ece2459
sources/SDL/Native/build-linux-x64.sh
@@ -5,7 +5,7 @@ fi
5
6
if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
7
../../../eng/native/buildsystem/download-zig.py
8
- export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig/zig")"
+ export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig")"
9
sudo apt-get update
10
sudo apt-get install build-essential git make \
11
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
0 commit comments