Skip to content

Commit 7880fc7

Browse files
committed
chore: Bump SDL version to 2.28.5
1 parent b73f7e1 commit 7880fc7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.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
105105
106106
- name: Install sdl2 (msvc)
107107
if: startsWith(matrix.shell, 'cmd')
108108
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"
112112
mklink /J "${{ github.workspace }}\sdl2\SDL2" "${{ github.workspace }}\sdl2\include"
113113
114114
- name: Install MSVC

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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.28.2
63+
git clone https://github.com/libsdl-org/SDL.git -b release-2.28.5
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.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
159159
160160
- name: Install Qt
161161
uses: jurplel/install-qt-action@v3

0 commit comments

Comments
 (0)