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 6dad1e4 commit 29ee6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fi
if [ "$RUNNER_OS" == "Windows" ]; then
curl -L -O https://www.libsdl.org/release/SDL2-devel-2.0.14-mingw.zip
7z x SDL2-devel-2.0.14-VC.zip -oSDL2
7z x SDL2-devel-2.0.14-mingw.zip -oSDL2
ls SDL2/SDL2-2.0.14/
fi
Expand Down

0 comments on commit 29ee6a3

Please sign in to comment.