Update SDL version

Update SDL version to 2.26.4 to compile correctly on workflow
This commit is contained in:
Jonatas Gonçalves 2023-06-06 20:39:12 -03:00 committed by GitHub
parent 80bec92d21
commit 257bc29e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ CACHEDIR=~/.ccache
ls -al $CACHEDIR
###############################################
# Install SDL
SDL2VER=2.0.22
SDL2VER=2.26.4
#SDL2
cd $CACHEDIR
if [[ ! -e SDL2-${SDL2VER} ]]; then