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 ee3d2e4 commit 61af312Copy full SHA for 61af312
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
libopusfile-dev libfluidsynth-dev libogg-dev fluidsynth libwavpack-dev
45
46
# Build SDL2
47
- git clone -b SDL2 https://github.com/libsdl-org/SDL.git SDL2
+ git clone --branch 2.0.20 https://github.com/libsdl-org/SDL.git SDL2
48
cd SDL2
49
mkdir build && cd build
50
cmake .. -DCMAKE_BUILD_TYPE=Release -DSDL_INSTALL_INCLUDEDIR=include/SDL2
@@ -106,6 +106,7 @@ jobs:
106
ls /usr/local/include/
107
ls /usr/local/include/SDL2
108
ls /usr/local/lib | grep SDL
109
+ sdl2-config --version
110
111
- name: Build
112
run: cmake --build build --config Release -- -j$(nproc || echo 2)
0 commit comments