Skip to content

Commit e5ddf60

Browse files
committed
Turns out I was downloading the wrong thing
1 parent 48ffd0c commit e5ddf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Get SDL2
6363
run: |
6464
mkdir temp
65-
Invoke-WebRequest -Uri https://www.libsdl.org/release/SDL2-2.0.14-win32-x64.zip -OutFile SDL2.zip
65+
Invoke-WebRequest -Uri https://www.libsdl.org/release/SDL2-devel-2.0.14-VC.zip -OutFile SDL2.zip
6666
Expand-Archive -LiteralPath SDL2.zip -DestinationPath .\temp
6767
dir temp
6868
cp temp\SDL2*\lib\x64\SDL2.* .\

0 commit comments

Comments
 (0)