external: Update sdl to 2.28.3.

This commit is contained in:
Zangetsu38
2023-09-03 20:04:00 +02:00
committed by Zangetsu
parent ae7c756904
commit 5ba3c1c8fe
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ jobs:
with:
submodules: recursive
- name: Set up SDL 2.26.5 (ubuntu-latest)
- name: Set up SDL 2.28.3 (ubuntu-latest)
run: |
SDL2VER=2.26.5
SDL2VER=2.28.3
if [[ ! -e ~/.ccache ]]; then
mkdir ~/.ccache
fi