example
example copied to clipboard
quickstart.yml talks about cross.yml but that doesn't exist
Do the checklist before filing an issue:
- [x] Is this related to the
actions-rs
Actions? If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community - [x] You've read the Contributing section about feature requests: https://github.com/actions-rs/.github/blob/master/CONTRIBUTING.md#feature-requests
- [ ] Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Motivation
quickstart.yml
says "# For multi-OS testing see the cross.yml
workflow." and I'd really like to see a complex example with a multi-os workflow (meaning a matrix-ized runs-on
that runs on ubuntu-latest, macos-latest, windows-latest as well as some cross-compiled testing mixed in) but I can't find anything like that. There is cross_compile.yml
but that's not quite the same.
Workflow example
Something like this: https://github.com/actions-rs/cargo/issues/72#issuecomment-622669971
Perhaps also add this as a recipe in the meta repo.