From ae3093d0e990b4d96b2b90a18567e5c30032a4ef Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi <76248539+r41k0u@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:01:14 +0530 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 7b66792..eba94f6 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -33,6 +33,10 @@ jobs: brew install SDL2 brew install SDL2_image fi + if [ "$RUNNER_OS" == "Windows" ]; then + choco install sdl2 + choco list --local-only + fi mkdir build cd build cmake ..