Skip to content

Commit

Permalink
ci: remove installation of mikmod library
Browse files Browse the repository at this point in the history
xmp is the preferred mod play library
  • Loading branch information
alexey-lysiuk committed Jan 7, 2025
1 parent 3acda0a commit 1065658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
shell: bash
run: |
if [[ "${{ runner.os }}" == 'Linux' ]]; then
sudo apt update && sudo apt install libflac-dev libmikmod-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev
sudo apt update && sudo apt install libflac-dev libmpg123-dev libopusfile-dev libsdl2-dev libvorbis-dev libxmp-dev
elif [[ "${{ runner.os }}" == 'macOS' ]]; then
brew install flac libmikmod libvorbis libxmp mpg123 opusfile sdl2
brew install flac libvorbis libxmp mpg123 opusfile sdl2
fi
- name: Configure
Expand Down

0 comments on commit 1065658

Please sign in to comment.