File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ jobs:
100100 - name : Install sdl2 (mingw-w64)
101101 if : startsWith(matrix.shell, 'msys2')
102102 run : |
103- curl -L -o mingw-w64-x86_64-SDL2-2.28.0 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.28.0 -1-any.pkg.tar.zst
104- pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.0 -1-any.pkg.tar.zst
103+ curl -L -o mingw-w64-x86_64-SDL2-2.28.2 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.28.2 -1-any.pkg.tar.zst
104+ pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.2 -1-any.pkg.tar.zst
105105
106106 - name : Install sdl2 (msvc)
107107 if : startsWith(matrix.shell, 'cmd')
108108 run : |
109- curl -L -o SDL2-devel-2.0.20 -VC.zip https://github.com/libsdl-org/SDL/releases/download/release-2.0.20 /SDL2-devel-2.0.20 -VC.zip
110- unzip SDL2-devel-2.0.20 -VC.zip
111- mv "${{ github.workspace }}/SDL2-2.0.20 " "${{ github.workspace }}/sdl2"
109+ curl -L -o SDL2-devel-2.28.2 -VC.zip https://github.com/libsdl-org/SDL/releases/download/release-2.28.2 /SDL2-devel-2.28.2 -VC.zip
110+ unzip SDL2-devel-2.28.2 -VC.zip
111+ mv "${{ github.workspace }}/SDL2-2.28.2 " "${{ github.workspace }}/sdl2"
112112 mklink /J "${{ github.workspace }}\sdl2\SDL2" "${{ github.workspace }}\sdl2\include"
113113
114114 - name : Install MSVC
Original file line number Diff line number Diff line change 6060 # Replace original library with the newer one
6161 - name : Build and install newer SDL2
6262 run : |
63- git clone https://github.com/libsdl-org/SDL.git -b release-2.26.5
63+ git clone https://github.com/libsdl-org/SDL.git -b release-2.28.2
6464 cd SDL
6565 mkdir build
6666 cd build
@@ -154,8 +154,8 @@ jobs:
154154 # SDL2 version for release locked
155155 - name : Install sdl2
156156 run : |
157- curl -L -o mingw-w64-x86_64-SDL2-2.28.0 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.28.0 -1-any.pkg.tar.zst
158- pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.0 -1-any.pkg.tar.zst
157+ curl -L -o mingw-w64-x86_64-SDL2-2.28.2 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.28.2 -1-any.pkg.tar.zst
158+ pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.2 -1-any.pkg.tar.zst
159159
160160 - name : Install Qt
161161 uses : jurplel/install-qt-action@v3
You can’t perform that action at this time.
0 commit comments