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"