Closed MariusBgm closed 1 month ago
If the
cmake
executable can be found again in the correct MinGW installation, this PR is ready for merging 👍
Yes, the cmake executable is now properly found.
It helps that we can rely on the fact that there is a bash available on all systems.
We now export the extra-paths in the bash shell of the composite action. This allows setting the path for the mingw / msys2 installations from outside of the build-cmake-preset
-action.
Move the runner setup into the workflows and keep the build-cmake-preset action as simple as possible. Add workflow_dispatch to mingw so we can run it manually.