From c3a38fa381bf0a06d528c99f3add96e7f3f8cf41 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines <863613+drhelius@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:49:29 +0200 Subject: [PATCH] Update Glew and SDL --- .github/workflows/gearboy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gearboy.yml b/.github/workflows/gearboy.yml index c17f296d..c0f61770 100644 --- a/.github/workflows/gearboy.yml +++ b/.github/workflows/gearboy.yml @@ -138,7 +138,7 @@ jobs: cp platforms/README.txt artifact cp platforms/gamecontrollerdb.txt artifact cp platforms/windows/dependencies/glew-2.2.0/bin/Release/${{ matrix.architecture }}/glew32.dll artifact - cp platforms/windows/dependencies/SDL2-2.28.5/lib/${{ matrix.architecture }}/SDL2.dll artifact + cp platforms/windows/dependencies/SDL2-2.30.6/lib/${{ matrix.architecture }}/SDL2.dll artifact cp platforms/windows/release/${{ env.NAME_UPPER }}.exe artifact - name: Archive binary uses: actions/upload-artifact@v4