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 @@ -127,15 +127,15 @@ jobs:
127127 - name : Install sdl2 (mingw-w64)
128128 if : startsWith(matrix.shell, 'msys2')
129129 run : |
130- curl -L -o mingw-w64-x86_64-SDL2-2.30.4 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.30.4 -1-any.pkg.tar.zst
131- pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.30.4 -1-any.pkg.tar.zst
130+ curl -L -o mingw-w64-x86_64-SDL2-2.30.6 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.30.6 -1-any.pkg.tar.zst
131+ pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.30.6 -1-any.pkg.tar.zst
132132
133133 - name : Install sdl2 (msvc)
134134 if : startsWith(matrix.shell, 'cmd')
135135 run : |
136- curl -L -o SDL2-devel-2.30.4 -VC.zip https://github.com/libsdl-org/SDL/releases/download/release-2.30.4 /SDL2-devel-2.30.4 -VC.zip
137- unzip SDL2-devel-2.30.4 -VC.zip
138- mv "${{ github.workspace }}/SDL2-2.30.4 " "${{ github.workspace }}/sdl2"
136+ curl -L -o SDL2-devel-2.30.6 -VC.zip https://github.com/libsdl-org/SDL/releases/download/release-2.30.6 /SDL2-devel-2.30.6 -VC.zip
137+ unzip SDL2-devel-2.30.6 -VC.zip
138+ mv "${{ github.workspace }}/SDL2-2.30.6 " "${{ github.workspace }}/sdl2"
139139 mklink /J "${{ github.workspace }}\sdl2\SDL2" "${{ github.workspace }}\sdl2\include"
140140
141141 - 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.30.4
63+ git clone https://github.com/libsdl-org/SDL.git -b release-2.30.6
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.30.4 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.30.4 -1-any.pkg.tar.zst
158- pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.30.4 -1-any.pkg.tar.zst
157+ curl -L -o mingw-w64-x86_64-SDL2-2.30.6 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.30.6 -1-any.pkg.tar.zst
158+ pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.30.6 -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