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 4414417 commit 79ffaefCopy full SHA for 79ffaef
.github/workflows/python-package.yml
@@ -53,9 +53,9 @@ jobs:
53
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev
54
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev
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
+ - 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 --prefix /usr
+ - run: sudo cmake --install /tmp/SDL
59
#- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
60
# with:
61
# install-linux-dependencies: true
0 commit comments