mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-11-05 12:05:11 +00:00
fix SDL download
This commit is contained in:
parent
7fc1d3e795
commit
4da991c93c
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -90,7 +90,9 @@ jobs:
|
||||
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"
|
||||
Get-ChildItem "C:/Program Files"
|
||||
|
||||
- name: "Build"
|
||||
shell: "bash"
|
||||
|
Loading…
Reference in New Issue
Block a user