diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 929e71b..4ede416 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -91,6 +91,7 @@ jobs: run: | git clone https://github.com/Microsoft/vcpkg.git .\vcpkg\bootstrap-vcpkg.bat -disableMetrics + Get-ChildItem -Recurse vcpkg vcpkg install sdl2 - name: "Build"