Relative Content

Tag Archive for cmakegithub-actionsvcpkg

CMake project builds with Github Actions with windows, but not Linux

I have a cmake project using vcpkg as my dependency manager that I would like to build using Github Actions, however I’m having trouble building the project for Linux. The project builds perfectly fine when targeting windows, and also builds on my windows 11 machine and ubuntu virtual machine.