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 81b5011 commit b9b902c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
brew install SDL2_image
fi
if [ "$RUNNER_OS" == "Windows" ]; then
mkdir SDL2
curl -L -O https://www.libsdl.org/release/SDL2-devel-2.0.14-mingw.tar.gz
tar xzf SDL2-devel-2.0.14-mingw.tar.gz -C SDL2
ls SDL2/SDL2-2.0.14/
Expand Down

0 comments on commit b9b902c

Please sign in to comment.