File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
sdist :
46
46
runs-on : ubuntu-latest
47
47
steps :
48
- - run : apt-get install build-essential git make \
48
+ - run : sudo apt-get install build-essential git make \
49
49
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
50
50
libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev \
51
51
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxtst-dev \
52
52
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev \
53
53
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev
54
54
- run : |
55
- git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}"
55
+ git clone https://github.com/libsdl-org/SDL -b "release-${{ env.sdl-version }}" --depth 1
56
56
cmake -S SDL -B /tmp/SDL
57
57
cmake --build /tmp/SDL --config Debug
58
58
cmake --install /tmp/SDL --prefix /usr
You can’t perform that action at this time.
0 commit comments