use vcpkg for windows build

This commit is contained in:
Christopher A. Mosher 2022-11-01 23:47:52 -04:00
parent f28bb1d24e
commit 6ab99582bd
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
run: |
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat -disableMetrics
vcpkg install sdl2[core,wayland]
vcpkg install sdl2
- name: "Build"
run: |