Update SDL to 2.30.11, use GitHub links for SDL, as it might be faster on Actions virtual machines

This commit is contained in:
Alibek Omarov
2025-01-08 09:37:32 +03:00
parent b45581c630
commit 80bac157eb
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
curl http://libsdl.org/release/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
curl -L https://github.com/libsdl-org/SDL/releases/download/release-$SDL_VERSION/SDL2-devel-$SDL_VERSION-VC.zip -o SDL2.zip
unzip -q SDL2.zip
mv SDL2-$SDL_VERSION SDL2_VC