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 3c01e40 commit 6070fefCopy full SHA for 6070fef
.github/workflows/python-package.yml
@@ -46,10 +46,10 @@ jobs:
46
runs-on: ubuntu-latest
47
steps:
48
- run: |
49
- git clone https://github.com/libsdl-org/SDL@release-${{ env.sdl-version }}
+ git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}"
50
cmake -S SDL -B /tmp/SDL
51
- cmake --build /tmp/SDL
52
- cmake --install /tmp/SDL
+ cmake --build /tmp/SDL --config Debug
+ cmake --install /tmp/SDL --prefix /usr
53
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
54
# with:
55
# install-linux-dependencies: true
0 commit comments