Ubuntu – Building CMake project with Boost libraries on GitHub Actions gives error "Could NOT find Boost"
I'm trying to build my CMake project on GitHub Actions workflow. Everything is working locally on Ubuntu 22.04 LTS and building a Docker image, but not when using the same OS on GitHub Actions. The error is the following: CMake…