c++ – Linking Error On GitHub Action While Not On Local Machine
This is my code, which i re-wrote in C++. If i run make release or makeeverything compiles Normally and i get some object files in obj folder and csprite ELF. But if i run the same command on GitHub Actions, it throws linking error, related to GLFW which doesn’t make any sense because i everytime … Read more