@@ -648,7 +648,7 @@ jobs:
648
648
windows-oldest : # Setup technically not allowed, backends have conflicting FreeType dependencies (linking statically won't even work)
649
649
runs-on : windows-2022
650
650
env :
651
- SFML_VERSION : 2.5.0
651
+ SFML_VERSION : 2.5.1
652
652
SDL_VERSION : 2.0.6
653
653
SDL_TTF_VERSION : 2.0.14
654
654
FREETYPE_VERSION : 2.6.5
@@ -662,7 +662,7 @@ jobs:
662
662
- name : Install dependencies
663
663
run : |
664
664
C:\msys64\usr\bin\wget.exe -nv https://cmake.org/files/v${env:CMAKE_VERSION}/cmake-${env:CMAKE_VERSION}.${env:CMAKE_VERSION_PATCH}-windows-i386.zip
665
- C:\msys64\usr\bin\wget.exe -nv https://www.sfml-dev.org/files /SFML-${env:SFML_VERSION}-windows-vc15-32-bit.zip
665
+ C:\msys64\usr\bin\wget.exe -nv https://github.com/SFML/SFML/releases/download/${env:SFML_VERSION} /SFML-${env:SFML_VERSION}-windows-vc15-32-bit.zip
666
666
C:\msys64\usr\bin\wget.exe -nv https://libsdl.org/release/SDL2-devel-${env:SDL_VERSION}-VC.zip
667
667
C:\msys64\usr\bin\wget.exe -nv https://libsdl.org/projects/SDL_ttf/release/SDL2_ttf-devel-${env:SDL_TTF_VERSION}-VC.zip
668
668
C:\msys64\usr\bin\wget.exe -nv https://github.com/ubawurinna/freetype-windows-binaries/archive/refs/tags/v${env:FREETYPE_VERSION}.zip
@@ -1191,10 +1191,10 @@ jobs:
1191
1191
run : |
1192
1192
Install-ChocoPackage doxygen.install
1193
1193
mkdir x86
1194
- C:\msys64\usr\bin\wget.exe -nv https://www.sfml-dev.org/files /SFML-${env:SFML_VERSION}-windows-vc16-32-bit.zip
1194
+ C:\msys64\usr\bin\wget.exe -nv https://github.com/SFML/SFML/releases/download/${env:SFML_VERSION} /SFML-${env:SFML_VERSION}-windows-vc16-32-bit.zip
1195
1195
7z x SFML-${env:SFML_VERSION}-windows-vc16-32-bit.zip -o"x86"
1196
1196
mkdir x64
1197
- C:\msys64\usr\bin\wget.exe -nv https://www.sfml-dev.org/files /SFML-${env:SFML_VERSION}-windows-vc16-64-bit.zip
1197
+ C:\msys64\usr\bin\wget.exe -nv https://github.com/SFML/SFML/releases/download/${env:SFML_VERSION} /SFML-${env:SFML_VERSION}-windows-vc16-64-bit.zip
1198
1198
7z x SFML-${env:SFML_VERSION}-windows-vc16-64-bit.zip -o"x64"
1199
1199
1200
1200
- name : Remove .git folder
0 commit comments