mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-20 04:29:14 +01:00
ci: download sdl from gh release url (#381)
This commit is contained in:
parent
e819c62da2
commit
2607c8098f
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
# Enable ccache
|
||||
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
|
||||
cd SDL2-2.26.1
|
||||
./configure
|
||||
|
Loading…
Reference in New Issue
Block a user