setup-cpp
setup-cpp copied to clipboard
Install all the tools required for building and testing C++/C projects.
After the last release my MacOS pipelines are failing because OpenMP is not found anymore automatically: https://github.com/flatironinstitute/finufft/actions/runs/13840315537/job/38725974952 This was working until version 1.1.1 https://github.com/flatironinstitute/finufft/commit/dc2931afd39b2cdd3c7a67570a03cc33fa7bc405 Do I need to specify OpenMP...
The current newest CMake version is 4.0.x and this is needed for import std cxx_modules! bash-5.2$ cmake --version cmake version 4.0.3 CMake suite maintained and supported by Kitware (kitware.com/cmake). bash-5.2$
Dear @aminya, Thank you for providing this action. It is really helpful to me. I would like to ask if there is any technical reason why github cache cannot be...