mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-02-23 03:29:06 +00:00
fix SDL download
This commit is contained in:
parent
e5135b5352
commit
767d818c27
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -88,9 +88,9 @@ jobs:
|
|||||||
|
|
||||||
- name: "Download SDL2 package"
|
- name: "Download SDL2 package"
|
||||||
run: >-
|
run: >-
|
||||||
wget
|
Invoke-WebRequest
|
||||||
"https://github.com/libsdl-org/SDL/releases/download/release-2.24.2/SDL2-devel-2.24.2-VC.zip"
|
-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"
|
-OutFile "C:/Program Files/SDL2-devel-VC.zip"
|
||||||
|
|
||||||
- name: "Install SDL2"
|
- name: "Install SDL2"
|
||||||
run: >-
|
run: >-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user