mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-16 12:03:09 -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
|
ls -al $CACHEDIR
|
||||||
###############################################
|
###############################################
|
||||||
# Install SDL
|
# Install SDL
|
||||||
SDL2VER=2.0.22
|
SDL2VER=2.26.4
|
||||||
#SDL2
|
#SDL2
|
||||||
cd $CACHEDIR
|
cd $CACHEDIR
|
||||||
if [[ ! -e SDL2-${SDL2VER} ]]; then
|
if [[ ! -e SDL2-${SDL2VER} ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user