Skip to content

Commit 4414417

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! Fix SDL install in CI
1 parent 5e7cb5c commit 4414417

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ jobs:
5252
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxtst-dev
5353
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev
5454
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev
55-
- run: |
56-
git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}" --depth 1
57-
cmake -S SDL -B /tmp/SDL
58-
cmake --build /tmp/SDL --config Debug
59-
cmake --install /tmp/SDL --prefix /usr
55+
- run: git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}" --depth 1
56+
- run: cmake -S SDL -B /tmp/SDL
57+
- run: cmake --build /tmp/SDL --config Debug
58+
- run: sudo cmake --install /tmp/SDL --prefix /usr
6059
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
6160
# with:
6261
# install-linux-dependencies: true

0 commit comments

Comments
 (0)