From 7323343ada7f076eeaab26ea608db03d0aaa4ae4 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 11 Oct 2024 17:40:35 +0100 Subject: [PATCH] try --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e73da8..e08d31c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -308,7 +308,7 @@ jobs: build-windows: # The type of runner that the job will run on - runs-on: windows-2019 + runs-on: windows-2022 strategy: # You can use PyPy versions in python-version. # For example, pypy2 and pypy3 @@ -336,7 +336,6 @@ jobs: curl -L -o SDL2.zip https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-devel-2.30.8-VC.zip Expand-Archive -Path SDL2.zip -DestinationPath ${{ github.workspace }}\SDL2 echo SDL_DIR=${{ github.workspace }}\SDL2\SDL2-2.30.8\cmake >> $GITHUB_ENV - export SDL_DIR=/d/a/raylib-python-cffi/raylib-python-cffi/SDL2-devel-2.30.8-VC/cmake cd raylib-c mkdir build cd build