Skip to content

Commit

Permalink
Update cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r41k0u authored Oct 11, 2023
1 parent 3707556 commit ae3093d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit ae3093d

Please sign in to comment.