Skip to content

Commit 61af312

Browse files
authored
Testing CI with SDL 2.0.20
1 parent ee3d2e4 commit 61af312

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
libopusfile-dev libfluidsynth-dev libogg-dev fluidsynth libwavpack-dev
4545
4646
# Build SDL2
47-
git clone -b SDL2 https://github.com/libsdl-org/SDL.git SDL2
47+
git clone --branch 2.0.20 https://github.com/libsdl-org/SDL.git SDL2
4848
cd SDL2
4949
mkdir build && cd build
5050
cmake .. -DCMAKE_BUILD_TYPE=Release -DSDL_INSTALL_INCLUDEDIR=include/SDL2
@@ -106,6 +106,7 @@ jobs:
106106
ls /usr/local/include/
107107
ls /usr/local/include/SDL2
108108
ls /usr/local/lib | grep SDL
109+
sdl2-config --version
109110
110111
- name: Build
111112
run: cmake --build build --config Release -- -j$(nproc || echo 2)

0 commit comments

Comments
 (0)