external: update sdl to version 2.30.9

This commit is contained in:
scribam
2024-11-05 19:29:22 +01:00
parent 934fdadd47
commit 33978d4bfe
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -88,9 +88,9 @@ jobs:
choco install ccache
if: matrix.os == 'windows-latest'
- name: Set up SDL 2.30.7 (ubuntu-latest)
- name: Set up SDL 2.30.9 (ubuntu-latest)
run: |
SDL2VER=2.30.7
SDL2VER=2.30.9
if [[ ! -e ~/.ccache ]]; then
mkdir ~/.ccache
fi