This commit is contained in:
bloeys
2024-09-15 18:35:55 +04:00
parent 34e19d9c66
commit 93b5f08352

View File

@ -23,8 +23,10 @@ jobs:
- name: Download and setup SDL2 - name: Download and setup SDL2
run: | run: |
$env:path
Invoke-WebRequest -Uri "https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-devel-2.30.7-mingw.zip" -OutFile "SDL2.zip" Invoke-WebRequest -Uri "https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-devel-2.30.7-mingw.zip" -OutFile "SDL2.zip"
Expand-Archive -Path "SDL2.zip" -DestinationPath "SDL2" Expand-Archive -Path "SDL2.zip" -DestinationPath "SDL2"
dir "C:\msys64"
dir "C:\msys64\mingw64" dir "C:\msys64\mingw64"
Copy-Item -Path "SDL2\SDL2-2.30.7\x86_64-w64-mingw32" -Destination "C:\msys64\mingw64" -Recurse -Force Copy-Item -Path "SDL2\SDL2-2.30.7\x86_64-w64-mingw32" -Destination "C:\msys64\mingw64" -Recurse -Force
dir "C:\msys64\mingw64" dir "C:\msys64\mingw64"