Skip to content

Commit

Permalink
ci: install libsdl2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Jan 25, 2024
1 parent c4599cb commit 71b28e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xpinmame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt install libx11-dev libxv-dev libasound2-dev sdl2-dev
sudo apt install libx11-dev libxv-dev libasound2-dev libsdl2-dev
- name: Build xpinmame-${{ matrix.platform }}
run: |
cp cmake/xpinmame/CMakeLists_${{ matrix.platform }}.txt CMakeLists.txt
Expand Down

0 comments on commit 71b28e2

Please sign in to comment.