File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ jobs:
52
52
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxtst-dev
53
53
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev
54
54
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev
55
- - run : |
56
- git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}" --depth 1
57
- cmake -S SDL -B /tmp/SDL
58
- cmake --build /tmp/SDL --config Debug
59
- cmake --install /tmp/SDL --prefix /usr
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
57
+ - run : cmake --build /tmp/SDL --config Debug
58
+ - run : sudo cmake --install /tmp/SDL --prefix /usr
60
59
# - uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
61
60
# with:
62
61
# install-linux-dependencies: true
You can’t perform that action at this time.
0 commit comments