ci: download sdl from gh release url (#381)

This commit is contained in:
briaguya 2024-06-08 15:09:08 -04:00 committed by GitHub
parent e819c62da2
commit 2607c8098f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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