compnerd / compnerd/swift-build
Create a setup-build action for both Mac and Windows
Open
enhancement
- Dominant language
- No language data
- Stars
- 232
- Forks
- 54
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 14
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.