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:
100
100
- name : Install sdl2 (mingw-w64)
101
101
if : startsWith(matrix.shell, 'msys2')
102
102
run : |
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
103
+ curl -L -o mingw-w64-x86_64-SDL2-2.28.5 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.28.5 -1-any.pkg.tar.zst
104
+ pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.5 -1-any.pkg.tar.zst
105
105
106
106
- name : Install sdl2 (msvc)
107
107
if : startsWith(matrix.shell, 'cmd')
108
108
run : |
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"
109
+ curl -L -o SDL2-devel-2.28.5 -VC.zip https://github.com/libsdl-org/SDL/releases/download/release-2.28.5 /SDL2-devel-2.28.5 -VC.zip
110
+ unzip SDL2-devel-2.28.5 -VC.zip
111
+ mv "${{ github.workspace }}/SDL2-2.28.5 " "${{ github.workspace }}/sdl2"
112
112
mklink /J "${{ github.workspace }}\sdl2\SDL2" "${{ github.workspace }}\sdl2\include"
113
113
114
114
- name : Install MSVC
Original file line number Diff line number Diff line change 60
60
# Replace original library with the newer one
61
61
- name : Build and install newer SDL2
62
62
run : |
63
- git clone https://github.com/libsdl-org/SDL.git -b release-2.28.2
63
+ git clone https://github.com/libsdl-org/SDL.git -b release-2.28.5
64
64
cd SDL
65
65
mkdir build
66
66
cd build
@@ -154,8 +154,8 @@ jobs:
154
154
# SDL2 version for release locked
155
155
- name : Install sdl2
156
156
run : |
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
157
+ curl -L -o mingw-w64-x86_64-SDL2-2.28.5 -1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.28.5 -1-any.pkg.tar.zst
158
+ pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.5 -1-any.pkg.tar.zst
159
159
160
160
- name : Install Qt
161
161
uses : jurplel/install-qt-action@v3
You can’t perform that action at this time.
0 commit comments