mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 02:58:24 -05:00
Update SDL version
Update SDL version to 2.26.4 to compile correctly on workflow
This commit is contained in:
parent
80bec92d21
commit
257bc29e89
2
.github/workflows/docker.sh
vendored
2
.github/workflows/docker.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user