windows build

This commit is contained in:
Christopher A. Mosher 2022-11-02 01:15:23 -04:00
parent f7c595c1e8
commit 393c247f1e
1 changed files with 1 additions and 2 deletions

View File

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