We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ffaef commit b90f351Copy full SHA for b90f351
.github/workflows/python-package.yml
@@ -55,7 +55,8 @@ jobs:
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 -D CMAKE_INSTALL_PREFIX=/usr
57
- run: cmake --build /tmp/SDL --config Debug
58
- - run: sudo cmake --install /tmp/SDL
+ - run: sudo cmake --install /tmp/SDL --config Debug
59
+ - run: pkg-config --modversion sdl3
60
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
61
# with:
62
# install-linux-dependencies: true
0 commit comments