use vcpkg for windows build

This commit is contained in:
Christopher A. Mosher 2022-11-01 23:46:22 -04:00
parent d30e72fe70
commit f28bb1d24e
1 changed files with 2 additions and 2 deletions

View File

@ -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: |