Skip to content

Commit b90f351

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix SDL install in CI
1 parent 79ffaef commit b90f351

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
- run: git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}" --depth 1
5656
- run: cmake -S SDL -B /tmp/SDL -D CMAKE_INSTALL_PREFIX=/usr
5757
- run: cmake --build /tmp/SDL --config Debug
58-
- run: sudo cmake --install /tmp/SDL
58+
- run: sudo cmake --install /tmp/SDL --config Debug
59+
- run: pkg-config --modversion sdl3
5960
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
6061
# with:
6162
# install-linux-dependencies: true

0 commit comments

Comments
 (0)