Skip to content

Commit aee9f89

Browse files
committed
fixup! fixup! Fix SDL install in CI
1 parent 6070fef commit aee9f89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
sdist:
4646
runs-on: ubuntu-latest
4747
steps:
48+
- run: apt-get install build-essential git make \
49+
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
50+
libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
51+
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxtst-dev \
52+
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev \
53+
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev
4854
- run: |
4955
git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}"
5056
cmake -S SDL -B /tmp/SDL

0 commit comments

Comments
 (0)