Skip to content

Commit 15a5585

Browse files
committed
chore: Bump used SDL version from 2.30.4 to 2.30.6
1 parent 05db50b commit 15a5585

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
@@ -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

.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.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

0 commit comments

Comments
 (0)