fix SDL download

This commit is contained in:
Christopher A. Mosher 2022-11-02 13:06:46 -04:00
parent e5135b5352
commit 767d818c27
1 changed files with 3 additions and 3 deletions

View File

@ -88,9 +88,9 @@ jobs:
- name: "Download SDL2 package"
run: >-
wget
"https://github.com/libsdl-org/SDL/releases/download/release-2.24.2/SDL2-devel-2.24.2-VC.zip"
-outfile "C:/Program Files/SDL2-devel-VC.zip"
Invoke-WebRequest
-Uri "https://github.com/libsdl-org/SDL/releases/download/release-2.24.2/SDL2-devel-2.24.2-VC.zip"
-OutFile "C:/Program Files/SDL2-devel-VC.zip"
- name: "Install SDL2"
run: >-