Skip to content

Commit 6070fef

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- run: |
49-
git clone https://github.com/libsdl-org/SDL@release-${{ env.sdl-version }}
49+
git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}"
5050
cmake -S SDL -B /tmp/SDL
51-
cmake --build /tmp/SDL
52-
cmake --install /tmp/SDL
51+
cmake --build /tmp/SDL --config Debug
52+
cmake --install /tmp/SDL --prefix /usr
5353
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
5454
# with:
5555
# install-linux-dependencies: true

0 commit comments

Comments
 (0)