Skip to content

Commit c9cc280

Browse files
mpiatkaMartinPulec
authored andcommitted
CI: Linux/SDL: Install xtest build dependency
1 parent e710195 commit c9cc280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/Linux/install_sdl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps() {
1818
fluidsynth_build_dep=$(get_build_deps_excl libfluidsynth3 libsdl2-dev)
1919
sdl2_ttf_build_dep=$(get_build_deps_excl libsdl2-ttf libsdl2-dev)
2020
# shellcheck disable=SC2086 # intentional
21-
sudo apt install $fluidsynth_build_dep $sdl2_ttf_build_dep
21+
sudo apt install $fluidsynth_build_dep $sdl2_ttf_build_dep libxtst-dev
2222
}
2323

2424
# build SDL, SDL_ttf and fluidsynth and also install them

0 commit comments

Comments
 (0)