We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to do different setup for Mac and Windows hosts:
compnerd/gha-setup-vsdevenv@main
seanmiddleditch/gha-setup-ninja@master
We should have a single action to do both, tentatively called a setup-cmake action that we would depend on.
setup-cmake
The text was updated successfully, but these errors were encountered:
Steelskin
No branches or pull requests
We need to do different setup for Mac and Windows hosts:
compnerd/gha-setup-vsdevenv@main
to setup Visual Studio (which includes CMake and ninja as part of the CMake installation)seanmiddleditch/gha-setup-ninja@master
to setup ninja, since CMake is already installed on the host.We should have a single action to do both, tentatively called a
setup-cmake
action that we would depend on.The text was updated successfully, but these errors were encountered: