We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ffd0c commit e5ddf60Copy full SHA for e5ddf60
.github/workflows/deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Get SDL2
63
run: |
64
mkdir temp
65
- Invoke-WebRequest -Uri https://www.libsdl.org/release/SDL2-2.0.14-win32-x64.zip -OutFile SDL2.zip
+ Invoke-WebRequest -Uri https://www.libsdl.org/release/SDL2-devel-2.0.14-VC.zip -OutFile SDL2.zip
66
Expand-Archive -LiteralPath SDL2.zip -DestinationPath .\temp
67
dir temp
68
cp temp\SDL2*\lib\x64\SDL2.* .\
0 commit comments