From 8d98895385c0d32e0d4a1935e121de783088122a Mon Sep 17 00:00:00 2001 From: "Christopher A. Mosher" Date: Wed, 2 Nov 2022 01:41:05 -0400 Subject: [PATCH] try cmd shell --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4ede416..53f5d13 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -88,10 +88,10 @@ jobs: - name: "Set up vcpkg and install dependencies" # TODO use https://github.com/lukka/CppCMakeVcpkgTemplate instead of this + shell: "cmd" run: | git clone https://github.com/Microsoft/vcpkg.git .\vcpkg\bootstrap-vcpkg.bat -disableMetrics - Get-ChildItem -Recurse vcpkg vcpkg install sdl2 - name: "Build"