mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 23:29:25 -05:00
chore: Bump SDL version
This contains fixes for: https://github.com/AntiMicroX/antimicrox/issues/663
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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')
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user