SFML/.github/workflows
Chris Thrasher f88b768ba6 Ensure a C compiler is found during configuration
In 248fd6d we added a lot of 3rd party C source files. That means
building SFML has the additional requirement of needing a C compiler.
I would expect that all of this would be properly handled by those
upstream projects properly telling CMake to find a C compiler but
apparently that is not the case.

By removing `LANGUAGES CXX` we are telling CMake to fall back to its
default behavior to find a C and C++ compiler.
2024-12-05 08:46:09 +01:00
..
ci.yml Ensure a C compiler is found during configuration 2024-12-05 08:46:09 +01:00