mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-28 08:30:51 +00:00
use vcpkg for windows build
This commit is contained in:
parent
d30e72fe70
commit
f28bb1d24e
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -90,8 +90,8 @@ jobs:
|
||||
# TODO use https://github.com/lukka/CppCMakeVcpkgTemplate instead of this
|
||||
run: |
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
./vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
||||
./vcpkg/vcpkg install sdl2[core,wayland]
|
||||
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
|
||||
vcpkg install sdl2[core,wayland]
|
||||
|
||||
- name: "Build"
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user