This commit is contained in:
Richard Smith 2024-10-11 17:40:35 +01:00
parent d8647daafa
commit 7323343ada

View file

@ -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