Skip to content

Commit

Permalink
build(sdl2): install SDL2_mixer instead of SDL_mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Dec 31, 2022
1 parent eb976e0 commit 84846dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ case ${operating_system} in
echo "apt: `which apt`"
echo "apt-get: `which apt-get`"
echo "yum: `which yum`"
#apt-get install libglib2.0-dev libvorbis-dev libportmidi-dev libsdl-mixer1.2-dev
#apt-get install libglib2.0-dev libvorbis-dev libportmidi-dev libsdl2-mixer-dev

yum -y install \
portmidi-devel \
SDL_mixer-devel \
SDL2_mixer-devel \
soundtouch-devel \
libvorbis-devel
;;
Expand All @@ -32,7 +32,7 @@ case ${operating_system} in
glib \
libvorbis \
portmidi \
sdl_mixer \
sdl2_mixer \
sound-touch
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get -qq update
sudo apt-get -yq install \
libportmidi-dev \
libsdl-mixer1.2-dev \
libsdl2-mixer-dev \
libsoundtouch-dev \
libvorbis-dev
Expand Down

0 comments on commit 84846dd

Please sign in to comment.