mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 02:32:27 +00:00
windows build
This commit is contained in:
parent
f7c595c1e8
commit
393c247f1e
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -88,10 +88,9 @@ jobs:
|
||||
|
||||
- name: "Set up vcpkg and install dependencies"
|
||||
# TODO use https://github.com/lukka/CppCMakeVcpkgTemplate instead of this
|
||||
shell: "bash"
|
||||
run: |
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
vcpkg/bootstrap-vcpkg -disableMetrics
|
||||
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
|
||||
vcpkg install sdl2
|
||||
|
||||
- name: "Build"
|
||||
|
Loading…
Reference in New Issue
Block a user