setup-msys2
setup-msys2 copied to clipboard
Examples
From https://github.com/msys2/setup-msys2/pull/149#issuecomment-881567677
- [ ] Add recipe and move the workflow to
.github/workflows
so that it's tested in CI.- [ ] CMake
- [x] PKGBUILD
- [x] Showcase how to generate the matrix programmatically, using a job with a
shell: python
step: https://github.com/msys2/setup-msys2/blob/main/matrix/action.yml
A ccache + caching example would be nice too imo.