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