chore: Bump SDL version

This contains fixes for: https://github.com/AntiMicroX/antimicrox/issues/663
This commit is contained in:
Paweł Kotiuk
2023-06-22 22:29:09 +02:00
parent 505c34c3ea
commit fdc61cf868
2 changed files with 4 additions and 4 deletions

View File

@@ -100,8 +100,8 @@ jobs:
- name: Install sdl2 (mingw-w64)
if: startsWith(matrix.shell, 'msys2')
run: |
curl -L -o mingw-w64-x86_64-SDL2-2.26.5-1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.26.5-1-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.26.5-1-any.pkg.tar.zst
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
pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.0-1-any.pkg.tar.zst
- name: Install sdl2 (msvc)
if: startsWith(matrix.shell, 'cmd')

View File

@@ -154,8 +154,8 @@ jobs:
# SDL2 version for release locked
- name: Install sdl2
run: |
curl -L -o mingw-w64-x86_64-SDL2-2.26.5-1-any.pkg.tar.zst https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-SDL2-2.26.5-1-any.pkg.tar.zst
pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.26.5-1-any.pkg.tar.zst
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
pacman --noconfirm -U mingw-w64-x86_64-SDL2-2.28.0-1-any.pkg.tar.zst
- name: Install Qt
uses: jurplel/install-qt-action@v3