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

View file

@ -76,9 +76,9 @@ jobs:
vcpkg install zlib:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-program-options:x64-windows boost-icl:x64-windows boost-variant:x64-windows openssl:x64-windows
if: matrix.os == 'windows-latest'
- 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

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

2
external/sdl vendored

@ -1 +1 @@
Subproject commit d58fb13397995d3b688a960a90e53a4048145043
Subproject commit 8da07ebc9eb1694bbf1a3bbb2eacce3b9728b2d1