From 393c247f1e001df9215d4fdb6d8e143484dbbd60 Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Wed, 2 Nov 2022 01:15:23 -0400 Subject: [PATCH] windows build --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a9cefdc..929e71b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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"