From f28bb1d24ef7dd620833e3edbeea132fea834065 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Tue, 1 Nov 2022 23:46:22 -0400 Subject: [PATCH] use vcpkg for windows build --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2c523d9..b27d8f2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: |