You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
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
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.
Do the checklist before filing an issue:
actions-rsActions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Motivation
quickstart.ymlsays "# For multi-OS testing see thecross.ymlworkflow." and I'd really like to see a complex example with a multi-os workflow (meaning a matrix-izedruns-onthat 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 iscross_compile.ymlbut that's not quite the same.Workflow example
Something like this: actions-rs/cargo#72 (comment)