ci: download sdl from gh release url (#381)
This commit is contained in:
parent
e819c62da2
commit
2607c8098f
|
@ -37,7 +37,7 @@ jobs:
|
||||||
# Enable ccache
|
# Enable ccache
|
||||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||||
|
|
||||||
wget https://www.libsdl.org/release/SDL2-2.26.1.tar.gz
|
wget https://github.com/libsdl-org/SDL/releases/download/release-2.26.1/SDL2-2.26.1.tar.gz
|
||||||
tar -xzf SDL2-2.26.1.tar.gz
|
tar -xzf SDL2-2.26.1.tar.gz
|
||||||
cd SDL2-2.26.1
|
cd SDL2-2.26.1
|
||||||
./configure
|
./configure
|
||||||
|
|
Loading…
Reference in New Issue