From 169d8087d4dd990da2899323c8c105fed68494f8 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Tue, 30 Jun 2026 20:02:38 -0700 Subject: [PATCH] Update SDL2 release version for Cygwin builds From 2.26.5 to 2.32.10. Trying to fix crashes in Cygwin Medley. Signed-off-by: Frank Halasz --- .github/workflows/buildRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index ca9985fa..45664791 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -429,7 +429,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release download 2.26.5 --repo interlisp/cygwin-sdl --pattern *.tgz --output .\cygwin\sdl2.tar.gz + gh release download 2.32.10 --repo interlisp/cygwin-sdl --pattern *.tgz --output .\cygwin\sdl2.tar.gz cygwin\bin\bash -login -c 'cd /; tar xzf sdl2.tar.gz' # Checkout the branch