I configured a GitHub Action with a windows 2022 Server machine, in order to compile a CMake C++ project.
I wish to enable the C++ modules support, but I don't know how to configure the Action workflow in order to modify the VS installation inside the vMachine
Have someone already achieved it?
EDIT: Just for clarifiying, this is not a CMake issue. Is a question about how to configure a GitHub action with a windows-2022 vmachine (provided by GitHub) in order to enable the C++20 modules support.