Skip to content

Commit 79ffaef

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
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
5555
- run: git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}" --depth 1
56-
- run: cmake -S SDL -B /tmp/SDL
56+
- 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 --prefix /usr
58+
- run: sudo cmake --install /tmp/SDL
5959
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
6060
# with:
6161
# install-linux-dependencies: true

0 commit comments

Comments
 (0)