From 10481a4ecc751564446190dc1b17b24b4ce76285 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 13 Jan 2023 11:50:01 +0300 Subject: [PATCH] github: upgrade SDL2 --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 37ff641f..88258202 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -41,7 +41,7 @@ jobs: targetos: win32 targetarch: i386 env: - SDL_VERSION: 2.0.14 + SDL_VERSION: 2.26.2 GH_CPU_ARCH: ${{ matrix.targetarch }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ANDROID_SDK_TOOLS_VER: 4333796