mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-06 21:30:47 +00:00
fix SDL download
This commit is contained in:
parent
767d818c27
commit
7fc1d3e795
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -87,15 +87,10 @@ jobs:
|
||||
- uses: "actions/checkout@v3"
|
||||
|
||||
- name: "Download SDL2 package"
|
||||
run: >-
|
||||
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"
|
||||
run: '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: >-
|
||||
Expand-Archive
|
||||
-LiteralPath "C:/Program Files/SDL2-devel-VC.zip"
|
||||
run: 'Expand-Archive -LiteralPath "C:/Program Files/SDL2-devel-VC.zip"'
|
||||
|
||||
- name: "Build"
|
||||
shell: "bash"
|
||||
|
Loading…
Reference in New Issue
Block a user