This issue suggests adding a sub-action under the configure directory for configuring a CMake project without building it. This change will allow the configuration and build steps to be separated, and it may also make it possible to remove the run-build input from the main action.
This issue suggests adding a sub-action under the
configuredirectory for configuring a CMake project without building it. This change will allow the configuration and build steps to be separated, and it may also make it possible to remove therun-buildinput from the main action.