Skip to content

Create a setup-build action for both Mac and Windows #821

Open
@Steelskin

Description

@Steelskin

We need to do different setup for Mac and Windows hosts:

  • On Windows, we use compnerd/gha-setup-vsdevenv@main to setup Visual Studio (which includes CMake and ninja as part of the CMake installation)
  • On Mac, we 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions